MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / getAllProjects

Function getAllProjects

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

Source from the content-addressed store, hash-verified

89}
90
91export function getAllProjects(): ProjectState[] {
92 return Array.from(projects.values());
93}
94
95export function removeProject(rootPath: string): void {
96 const key = normalizeRootKey(rootPath);

Callers 5

getTrackedRootPathByKeyFunction · 0.85
listProjectDescriptorsFunction · 0.85
syncKnownRootsFunction · 0.85
ensureProjectWatcherFunction · 0.85
stopAllWatchersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected