Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
289
function
clearDiscoveredProjectPaths(): void {
290
discoveredProjectPaths.clear();
291
}
292
293
function
getTrackedRootPathByKey(rootKey: string): string | undefined {
294
if
(knownRoots.has(rootKey)) {
Callers
2
syncKnownRoots
Function · 0.85
refreshDiscoveredProjectsForKnownRoots
Function · 0.85
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected