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

Method getHash

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

Source from the content-addressed store, hash-verified

1export interface ICacheManager {
2 getHash(filePath: string): string | undefined
3 updateHash(filePath: string, hash: string): void
4 deleteHash(filePath: string): void
5 flush(): Promise<void>

Callers 3

scanDirectoryMethod · 0.65
processFileMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected