Expand description
Core graph data structure for the code knowledge graph.
Structs§
- Code
Edge - An edge between two nodes (calls, imports, implements, etc.).
- Code
Node - A node in the knowledge graph (function, struct, module, etc.).
- Knowledge
Graph - The in-memory knowledge graph.