pub fn get_calls<'a>(
    subfunctions: &'a BTreeMap<Tid, Term<Sub>>,
    dangerous_symbols: &'a HashMap<&'a Tid, &'a str>
) -> Vec<(&'a str, &'a Tid, &'a str)>
Expand description

For each subroutine and each found dangerous symbol, check for calls to the corresponding symbol