Victoria.Step (Victoria v0.1.0)

Copy Markdown View Source

A normalized formal state and the transition that produced it.

Steps are produced while loading a trace and should normally be treated as read-only values rather than constructed directly.

Summary

Types

t()

A zero-based trace step with its action and projected state.

Types

t()

@type t() :: %Victoria.Step{
  action: String.t(),
  index: non_neg_integer(),
  state: map()
}

A zero-based trace step with its action and projected state.