pub fn build_call_hierarchy<'a>(
    traces: &'a [ExecTrace]
) -> Result<ResolvedTraceNode<'a>, String>
Expand description

Builds hierarchical call structure from raw traces. Returns root node of the execution tree.