MCPcopy
hub / github.com/giancarloerra/SocratiCode / getGraphBuildInProgressProjects

Function getGraphBuildInProgressProjects

src/services/code-graph.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90
91/** Get all projects currently building a graph */
92export function getGraphBuildInProgressProjects(): string[] {
93 return Array.from(graphBuildInProgress.keys());
94}
95
96// ── Graph cache (service-level, shared by tools and watcher) ─────────────
97

Callers 1

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected