Function cfx_rpc_common_impl::trace::build_call_hierarchy
source · 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.