Expand description
Query operations for CodeGraph
Handles symbol and reference queries.
Structs§
- Symbol
Query Result - Query result containing symbol metadata
Functions§
- edge_
endpoints - Enumerate edge endpoints for orphan detection.
- index_
references - Index references for a file into the graph
- references_
to_ symbol - Query all references to a specific symbol
- symbol_
extents - Lookup symbol extents (byte + line range) by name within a file.
- symbol_
id_ by_ name - Query the node ID of a specific symbol by file path and symbol name
- symbol_
nodes_ in_ file - Query symbols in a file along with their node IDs for deterministic CLI output.
- symbol_
nodes_ in_ file_ with_ ids - Query symbols in a file with their node IDs and stable symbol IDs.
- symbols_
in_ file - Query all symbols defined in a file
- symbols_
in_ file_ with_ kind - Query symbols defined in a file, optionally filtered by kind