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.
ImportGraph
Maps files to their incoming and outgoing import relationships. Incoming: files that import this file. Outgoing: files that this file imports.

Enums§

GraphError

Functions§

resolve_symbol
Resolve a symbol name against the set of known symbols using the requested match mode.