Home / Function/ setRepoMap() — mcp Function Reference

setRepoMap() — mcp Function Reference

Architecture documentation for the setRepoMap() function in graph-cache.ts from the mcp codebase.

Entity Profile

Dependency Diagram

graph TD
  6286dfdc_363a_e066_94f6_eed64cb90922["setRepoMap()"]
  08ca54b2_22bc_134f_e028_7c18da8dca8a["start()"]
  08ca54b2_22bc_134f_e028_7c18da8dca8a -->|calls| 6286dfdc_363a_e066_94f6_eed64cb90922
  style 6286dfdc_363a_e066_94f6_eed64cb90922 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

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