pub fn build_call_graph_parallel<F>(
project_path: &Path,
base_graph: CallGraph,
num_threads: Option<usize>,
progress_callback: F,
) -> Result<(CallGraph, HashSet<FunctionId>, HashSet<FunctionId>)>Expand description
Parallel processing entry point for call graph construction