Expand description
Modules§
- algorithms
- Graph traversal and analysis algorithms.
Structs§
- Code
Graph - The main code graph database.
- Edge
- A directed edge in the code graph.
- Node
- A node in the code graph.
- Property
Map - Flexible key-value metadata store for nodes and edges.
Enums§
- Direction
- Direction for neighbor queries.
- Edge
Type - Type of edge (relationship) between nodes.
- Node
Type - Type of a node in the code graph.
- Property
Value - Strongly-typed property value for node/edge metadata.