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§
- Build
Result - The result of one indexing pass.
- Code
Graph Builder