Module graph

Source
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§

DynamicAttribute
Represents a dynamic attribute created by metaclasses or decorators
GraphQuery
Graph query engine for advanced operations
GraphStats
Graph statistics
GraphStore
In-memory graph store for code intelligence
InheritanceInfo
Comprehensive inheritance information for a class
InheritanceRelation
Represents an inheritance relationship
PathResult
Result of a path finding operation
ReferenceLocation
Location of a reference
SymbolDependency
A dependency of a symbol
SymbolInfo
Information about a symbol
SymbolReference
A reference to a symbol

Enums§

DependencyType
Type of dependency analysis
InheritanceFilter
Inheritance filter types for advanced symbol search