Expand description
Storage layer for CodePrism code intelligence
This module provides persistent storage for code graphs, analysis results, and cached data to improve performance and enable incremental analysis.
Re-exports§
Modules§
- backends
- Storage backend implementations
- cache
- Cache storage implementations
- config
- Storage configuration
- graph
- Graph serialization types for storage
- serialization
- Serialization utilities for storage
Structs§
- Analysis
Result - Analysis result storage
- Cache
Stats - Cache statistics
- Edge
Reference - Edge reference for deletion operations
- Storage
Manager - Main storage manager that coordinates different storage backends
Enums§
- Storage
Backend - Storage backend type
Traits§
- Analysis
Storage - Analysis results storage trait
- Cache
Storage - Cache storage trait for temporary data
- Graph
Storage - Core storage trait for code graphs