Skip to main content

find_callees_batch

Function find_callees_batch 

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

Find call targets reached by any of the given source ids.