pub fn find_references_ext(
conn: &Connection,
symbol_name: &str,
direction: &str,
limit: usize,
include_external: bool,
) -> Result<Vec<ReferenceSite>, QueryError>Expand description
Find callers or callees with option to include external runtime/stdlib primitives.