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