Rivet.Loader.State (rivet v2.5.2)

View Source

Summary

Types

t()

@type t() :: %Rivet.Loader.State{
  commit: nil | function(),
  debug: boolean(),
  defer: nil | function(),
  deferred: list(),
  inits: list(),
  limits: map() | nil,
  load_file_type: String.t(),
  load_prefixes: [String.t()],
  loaded: map(),
  log: list(),
  max_file_ver: float(),
  meta: map(),
  min_file_ver: float(),
  opts: map(),
  path: nil | binary(),
  previous: map()
}

Functions

build(data)