Type Alias sway_ir::analysis::call_graph::CallGraph
source · pub type CallGraph = FxIndexMap<Function, FxIndexSet<Function>>;
Aliased Type§
struct CallGraph { /* private fields */ }
pub type CallGraph = FxIndexMap<Function, FxIndexSet<Function>>;
struct CallGraph { /* private fields */ }