Home / Type/ PathIndexEntry Type — mcp Architecture

PathIndexEntry Type — mcp Architecture

Architecture documentation for the PathIndexEntry type/interface in graph-cache.ts from the mcp codebase.

Entity Profile

Source Code

src/cache/graph-cache.ts lines 24–29

interface PathIndexEntry {
  fileId: string;
  classIds: string[];
  functionIds: string[];
  typeIds: string[];
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free