Skip to main content

Module cpi_tree

Module cpi_tree 

Source
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§

CallNode
A node in the CPI call tree.

Enums§

NodeStatus
Outcome of a single program invocation.

Functions§

build
Build a call tree from a lexed event stream.