Structs§
- Byte
Range - Half-open byte range
[start, end)in a source file. - Chunk
- An AST-aware chunk of source text, ready for embedding.
- ChunkId
- Content-addressed identifier for a chunk.
- Import
- A raw import statement, unresolved.
- Parsed
File - The result of parsing a single file.
- Symbol
- A single code symbol extracted from a source file.
- Symbol
Id - Stable identifier for a symbol within a codebase.
Enums§
- Chunk
Kind - The kind of a chunk.
- Symbol
Kind - The kind of a code symbol.