Skip to main content

Module store

Module store 

Source

Structs§

AttributeFilter
Structural predicate set for search_by_attributes. All fields are optional; a None field imposes no constraint. Set fields are ANDed.
CallSite
A single call site: the calling symbol and the source line of the call.
CallersDeep
Callers of a symbol grouped by hop distance.
GraphStats
Aggregate counts for a branch’s graph, returned by graph_stats. First-call orientation for an agent: how big is the graph, what kinds of symbols dominate, how connected is it.
SubGraph
A subgraph centred on a seed node, returned by get_subgraph.
SymbolContext
360-degree view of a single symbol.
TypeHierarchy
Up-and-down type relationships for a named type, returned by type_hierarchy.

Traits§

GraphStore
Backend-agnostic interface for the knowledge graph store.