MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / clearProjects

Function clearProjects

src/project-state.ts:102–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102export function clearProjects(): void {
103 for (const project of projects.values()) {
104 project.stopWatcher?.();
105 }
106 projects.clear();
107}

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected