Vik.Result (Vik v0.0.1-rc1)
View SourceStructural representation of a compiled Vik.Shard
.
Holds metadata regarding compile-dependencies, along
with the compilation result.
The stale?
flag indicates that a newer version of
the module exists in the database but failed to compile.
This data is recorded in the Vik.Store
.
Summary
Types
@type t() :: %Vik.Result{ exports: [Vik.export()] | nil, includes: [Vik.slug()] | nil, module: module() | nil, result: term() | nil, stale?: boolean() }