#[no_mangle]
pub extern "C" fn sg_stack_graph_files(
graph: *const sg_stack_graph,
) -> sg_files
Expand description
Returns a reference to the array of file data in this stack graph. The resulting array pointer is only valid until the next call to any function that mutates the stack graph.