pub fn run_impact(
cli: &Cli,
symbol: &str,
path: Option<&str>,
max_depth: usize,
max_results: usize,
include_indirect: bool,
include_files: bool,
) -> Result<()>Expand description
Run the impact command.
ยงErrors
Returns an error if the graph cannot be loaded or symbol cannot be found.