Skip to main content

Module db

Module db 

Source

Structs§

DirStats
Per-directory aggregate: file count, symbol count, import count.
FileRow
ImportRow
IndexDb
SQLite-backed symbol and import index for a single project.
IndexFailureSummary
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.
SymbolRow
SymbolWithFile
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.