Expand description
Data models for code intelligence.
Structs§
- Codebase
Stats - Statistics about the codebase.
- Edge
- A relationship between symbols.
- File
Record - Represents a tracked file in the codebase.
- Fingerprint
- A stored MinHash fingerprint for a function/method symbol.
- Import
Info - Import information.
- Module
Info - Module-level information.
- Parse
Result - Result of parsing a file.
- Symbol
- A code symbol (function, struct, etc.).
Enums§
- Edge
Kind - The kind of relationship between symbols.
- Symbol
Kind - The kind of symbol (function, struct, etc.).
- Visibility
- Visibility of a symbol.