Skip to main content

find_callers_batch

Function find_callers_batch 

Source
pub fn find_callers_batch(
    ctx: &Context,
    symbol_ids: &[String],
    limit: usize,
) -> Result<HashMap<String, Vec<GraphResult>>>
Expand description

Find symbols that call any of the given target ids.