MCPcopy Index your code
hub / github.com/getagentseal/codeburn / getCachePath

Function getCachePath

src/codex-cache.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function getCachePath(): string {
33 return join(getCacheDir(), CACHE_FILE)
34}
35
36let memCache: ResultCache | null = null
37

Callers 2

loadCacheFunction · 0.70
flushCodexCacheFunction · 0.70

Calls 1

getCacheDirFunction · 0.70

Tested by

no test coverage detected