Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
export
function
clearProjects(): void {
103
for
(
const
project of projects.values()) {
104
project.stopWatcher?.();
105
}
106
projects.clear();
107
}
Callers
3
index-versioning-migration.test.ts
File · 0.85
multi-project-routing.test.ts
File · 0.85
project-state.test.ts
File · 0.85
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected