pub(crate) fn resolve_tasks(
tasks: &mut FxHashMap<Identifier, Vec<String>>,
client: &mut CallResolver<'_>,
halt: Arc<AtomicBool>,
) -> FxHashMap<Identifier, Vec<IdentifierReference>>
Expand description
Given a list of tasks, get all the tasks that call that one