Expand description
Property Graph Engine — SQLite-backed code knowledge graph.
Stores nodes (File, Symbol, Module) and edges (imports, calls, defines,
exports) extracted by deep_queries + import_resolver. Provides
efficient traversal queries for impact analysis, architecture discovery,
and graph-driven context loading.
Structs§
Enums§
Functions§
- edge_
weight - Weight multiplier per edge kind for impact scoring.
- file_
connectivity - Graph connectivity stats for a file: incoming/outgoing edge counts by kind.
- load_
meta - meta_
path - related_
files - Related files for a given path: direct neighbors via any structural edge, sorted by edge weight (strongest relationship first). Returns (path, weight) pairs.
- write_
meta