pub type CallGraph = FxHashMap<Function, FxHashSet<Function>>;

Aliased Type§

struct CallGraph { /* private fields */ }