Type Alias sway_ir::analysis::call_graph::CallGraph

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

Aliased Type§

struct CallGraph { /* private fields */ }