Function stack_graphs::c::sg_stack_graph_nodes[][src]

#[no_mangle]
pub extern "C" fn sg_stack_graph_nodes(
    graph: *const sg_stack_graph
) -> sg_nodes
Expand description

Returns a reference to the array of nodes in this stack graph. The resulting array pointer is only valid until the next call to any function that mutates the stack graph.