Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zoo-Code-Org/Zoo-Code
/ flush
Method
flush
src/services/code-index/interfaces/cache.ts:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
updateHash(filePath: string, hash: string): void
4
deleteHash(filePath: string): void
5
flush(): Promise<void>
6
getAllHashes(): Record<string, string>
7
}
Callers
4
shutdown
Function · 0.65
run
Function · 0.65
emitFinalTokenUsageUpdate
Method · 0.65
startIndexing
Method · 0.65
Implementers
1
CacheManager
src/services/code-index/cache-manager.
Calls
no outgoing calls
Tested by
no test coverage detected