Skip to main content

Module builder

Module builder 

Source
Expand description

Builds a CodeGraph from a project root: file discovery (gitignore aware), Move dialect detection per package, extraction, and by-name resolution of call sites and state references. Resolution is syntactic: same-module candidates win, a qualifier that names a module scopes the search, everything else stays ambiguous or external — explicitly.

Structs§

BuildResult
The result of one indexing pass.
CodeGraphBuilder