PathIndexEntry Type — mcp Architecture
Architecture documentation for the PathIndexEntry type/interface in graph-cache.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD b4cd6244_02ee_5b9e_3a68_713d468c34cb["PathIndexEntry"] 108c9ff4_bdb8_518a_9256_9ff4cd9d39a7["graph-cache.ts"] b4cd6244_02ee_5b9e_3a68_713d468c34cb -->|defined in| 108c9ff4_bdb8_518a_9256_9ff4cd9d39a7 style b4cd6244_02ee_5b9e_3a68_713d468c34cb fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/cache/graph-cache.ts lines 24–29
interface PathIndexEntry {
fileId: string;
classIds: string[];
functionIds: string[];
typeIds: string[];
}
Defined In
Source
Frequently Asked Questions
What is the PathIndexEntry type?
PathIndexEntry is a type/interface in the mcp codebase, defined in src/cache/graph-cache.ts.
Where is PathIndexEntry defined?
PathIndexEntry is defined in src/cache/graph-cache.ts at line 24.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free