Skip to main content

flatten_call_trace_with_precompiles

Function flatten_call_trace_with_precompiles 

Source
pub fn flatten_call_trace_with_precompiles(
    arena: CallTraceArena,
    out: &mut Vec<DebugNode>,
    precompile_labels: &AddressHashMap<String>,
)
Expand description

Flattens given [CallTraceArena] into a list of DebugNodes using active precompile labels.