pub fn build_call_hierarchy<'a>(
traces: &'a [ExecTrace],
) -> Result<CallCreateTraceNode<'a>, String>
Expand description
Builds hierarchical call structure from raw traces. Returns root node of the execution tree.
pub fn build_call_hierarchy<'a>(
traces: &'a [ExecTrace],
) -> Result<CallCreateTraceNode<'a>, String>
Builds hierarchical call structure from raw traces. Returns root node of the execution tree.