setRepoMap() — mcp Function Reference
Architecture documentation for the setRepoMap() function in graph-cache.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 09c7f624_4fd7_1375_9a06_22a0fffde922["setRepoMap()"] a9363f44_0cfc_87dc_a76a_4eeb9d75c684["start()"] a9363f44_0cfc_87dc_a76a_4eeb9d75c684 -->|calls| 09c7f624_4fd7_1375_9a06_22a0fffde922 style 09c7f624_4fd7_1375_9a06_22a0fffde922 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/cache/graph-cache.ts lines 570–572
export function setRepoMap(map: Map<string, IndexedGraph>): void {
_repoMap = map;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setRepoMap() do?
setRepoMap() is a function in the mcp codebase.
What calls setRepoMap()?
setRepoMap() is called by 1 function(s): start.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free