Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bitterbot-AI/bitterbot-desktop
/ _clearGraphReaderCache
Function
_clearGraphReaderCache
src/memory/graph-reader.ts:511–513 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
509
510
/** Visible
for
tests. */
511
export
function
_clearGraphReaderCache(): void {
512
cache.clear();
513
}
Callers
7
graph-reader.bench.test.ts
File · 0.85
graph-optimizer.test.ts
File · 0.85
graph-reader.scale.test.ts
File · 0.85
sage-integration.test.ts
File · 0.85
graph-reader.test.ts
File · 0.85
sage-memory.test.ts
File · 0.85
graph-optimization-hook.test.ts
File · 0.85
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected