Skip to main content

Module graph

Module graph 

Source
Expand description

Graph builder for repo map.

Constructs a file-level directed graph from the project index edges and call graph edges, then exposes symbol definitions per file.

Structsยง

RepoGraph
File-level graph combining import edges and call edges.
SymbolDef
A symbol definition with its file context.