Skip to main content

Module falkor

Module falkor 

Source
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§

FalkorClient
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.