Expand description
Graph persistence: persist indexing results (file/package/symbol/chunk nodes, edges, embeddings, compaction) into the storage and graph backends.
Modules§
- cross_
repo - Cross-repo persistence: register packages, store unresolved refs, run forward/backward linking, persist cross-namespace edges, and detect API endpoints.
Structs§
- Cross
Repo Persist Result - Counts of what was persisted by
persist_cross_repo_data. - Index
Persist Result - Counts of what was persisted by
persist_index_results.
Functions§
- edge_
weight_ for - Return the edge weight for a given relationship type, using config overrides for the three most common types (Contains, Calls, Imports).