Skip to main content

focal_graph

Function focal_graph 

Source
fn focal_graph(
    cpg: &CodePropertyGraph,
    func_name: &str,
    max_nodes: usize,
    depth: usize,
) -> GraphData
Expand description

Build a subgraph centred on a specific function.