MCPcopy 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

shutdownFunction · 0.65
runFunction · 0.65
startIndexingMethod · 0.65

Implementers 1

CacheManagersrc/services/code-index/cache-manager.

Calls

no outgoing calls

Tested by

no test coverage detected