Skip to main content

extract_calls_from_source

Function extract_calls_from_source 

Source
pub fn extract_calls_from_source(path: &Path, source: &str) -> Vec<CallEdge>
Expand description

Extract call edges from already-loaded source content (avoids re-reading disk).