Expand description
Reconstructs the CPI call tree from a lexed event stream.
The builder is tolerant: mismatched or missing success/failure lines never panic; nodes simply close on a best-effort basis and the resulting tree is still well-formed.
Structs§
- Call
Node - A node in the CPI call tree.
Enums§
- Node
Status - Outcome of a single program invocation.
Functions§
- build
- Build a call tree from a lexed event stream.