Structs§
- DirStats
- Per-directory aggregate: file count, symbol count, import count.
- FileRow
- Import
Row - IndexDb
- SQLite-backed symbol and import index for a single project.
- Index
Failure Summary - NewCall
- Call edge data for insertion.
- NewImport
- Import data for insertion.
- NewSymbol
- Symbol data for insertion (no id yet). Uses borrowed references to avoid String clones during bulk insert.
- Symbol
Row - Symbol
With File - Symbol with resolved file path — for embedding pipeline batch processing.
Functions§
- content_
hash - Compute SHA-256 hex digest of content.
- index_
db_ path - Standard path for the index database within a project.