Skip to main content

symbol_usages

Function symbol_usages 

Source
pub fn symbol_usages(
    graph: &GraphynGraph,
    symbol: &str,
    file: Option<&str>,
    include_aliases: bool,
) -> Result<Vec<QueryEdge>, GraphynError>