Expand description
Symbol and Reference types extracted from source code via tree-sitter.
Structs§
- Parameter
- A function/method parameter.
- Reference
- A reference from one symbol/location to another symbol.
- Symbol
- A code symbol extracted from source.
Enums§
- Reference
Kind - The kind of a reference between symbols.
- Symbol
Kind - The kind of a code symbol.
- Visibility
- Visibility of a symbol.
Functions§
- symbol_
from_ graph_ node - Reconstruct a
Symbolfrom a persistedsym:*GraphNode. - symbol_
kind_ from_ str - Parse a
SymbolKindfrom itsDisplaystring (e.g."function","enum_variant"). - visibility_
from_ str - Parse a
Visibilityfrom itsDisplaystring.