Expand description
Compatibility facade for FalkorDB graph queries.
The reusable projection/query implementation lives under
crate::graph::code_graph; this module keeps the Phase 7 public surface
available for downstream callers that still import crate::falkor.
Structs§
- Falkor
Client - Blocking FalkorDB graph client.
Functions§
- blast_
radius - Find transitive blast radius of changing a symbol.
- blast_
radius_ query - clamp_
offset - Bound user-supplied offsets to the graph query page cap.
- count_
callers - Count callers of a symbol.
- count_
callers_ query - count_
usages - Count incoming call usages of a symbol.
- count_
usages_ query - cypher_
string_ literal - find_
callees_ batch - Find call targets reached by any of the given source ids.
- find_
callees_ batch_ query - find_
callers - Find symbols that call the given symbol id.
- find_
callers_ batch - Find symbols that call any of the given target ids.
- find_
callers_ batch_ query - find_
callers_ query - find_
usages - Find incoming CALLS usages for a canonical, unresolved, or external target.
- find_
usages_ query - get_
imports - Get import graph for a file.
- get_
imports_ query - id_
list_ literal - with_
falkor
Type Aliases§
- Row
- Row from a FalkorDB query response.