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

Function clearDiscoveredProjectPaths

src/index.ts:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287}
288
289function clearDiscoveredProjectPaths(): void {
290 discoveredProjectPaths.clear();
291}
292
293function getTrackedRootPathByKey(rootKey: string): string | undefined {
294 if (knownRoots.has(rootKey)) {

Callers 2

syncKnownRootsFunction · 0.85

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected