pub type CallGraph = FxIndexMap<Function, FxIndexSet<Function>>;

Aliased Type§

struct CallGraph { /* private fields */ }