Skip to main content

Module graph

Module graph 

Source
Expand description

Core graph data structure for the code knowledge graph.

Structs§

CodeEdge
An edge between two nodes (calls, imports, implements, etc.).
CodeNode
A node in the knowledge graph (function, struct, module, etc.).
KnowledgeGraph
The in-memory knowledge graph.

Enums§

CodeNodeKind
EdgeKind