Type Definition sway_ir::analysis::call_graph::CallGraph

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