MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / deleteHash

Method deleteHash

src/services/code-index/interfaces/cache.ts:4–4  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

2 getHash(filePath: string): string | undefined
3 updateHash(filePath: string, hash: string): void
4 deleteHash(filePath: string): void
5 flush(): Promise<void>
6 getAllHashes(): Record<string, string>
7}

Callers 3

scanDirectoryMethod · 0.65
_handleBatchDeletionsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected