Skip to main content

find_references_scoped

Function find_references_scoped 

Source
pub fn find_references_scoped(
    conn: &Connection,
    symbol_name: &str,
    direction: &str,
    limit: usize,
    include_external: bool,
    path_filter: Option<&str>,
) -> Result<Vec<ReferenceSite>, QueryError>
Expand description

Find callers or callees with optional file path disambiguation filter and external symbols toggle.