Skip to main content

push_frame

Function push_frame 

Source
fn push_frame(
    nodes: &mut Vec<CallTraceNode>,
    frame: &CallFrame,
    parent: Option<usize>,
    depth: usize,
) -> usize
Expand description

Pushes frame and all of its children into nodes, returning the index of the pushed node.