Expand description
Graph storage and query engine for code intelligence
This module provides in-memory graph storage with efficient querying capabilities for supporting advanced MCP tools like trace_path, find_references, etc.
Structs§
- Dynamic
Attribute - Represents a dynamic attribute created by metaclasses or decorators
- Graph
Query - Graph query engine for advanced operations
- Graph
Stats - Graph statistics
- Graph
Store - In-memory graph store for code intelligence
- Inheritance
Info - Comprehensive inheritance information for a class
- Inheritance
Relation - Represents an inheritance relationship
- Path
Result - Result of a path finding operation
- Reference
Location - Location of a reference
- Symbol
Dependency - A dependency of a symbol
- Symbol
Info - Information about a symbol
- Symbol
Reference - A reference to a symbol
Enums§
- Dependency
Type - Type of dependency analysis
- Inheritance
Filter - Inheritance filter types for advanced symbol search