Skip to main content

run_subgraph

Function run_subgraph 

Source
pub fn run_subgraph(
    cli: &Cli,
    symbols: &[String],
    path: Option<&str>,
    max_depth: usize,
    max_nodes: usize,
    include_callers: bool,
    include_callees: bool,
    include_imports: bool,
) -> Result<()>
Expand description

Run the subgraph command.

ยงErrors

Returns an error if the graph cannot be loaded or symbols cannot be found.