Skip to main content

Module graph

Module graph 

Source
Expand description

Call graph construction and analysis.

Builds caller and callee relationships from semantic analysis results. Implements type-aware function matching to disambiguate overloads and name collisions.

Structs§

CallChain
CallGraph
Call graph storing callers, callees, and function definitions.

Enums§

GraphError