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

Function getCacheDir

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

Source from the content-addressed store, hash-verified

26}
27
28function getCacheDir(): string {
29 return process.env['CODEBURN_CACHE_DIR'] ?? join(homedir(), '.cache', 'codeburn')
30}
31
32function getCachePath(): string {
33 return join(getCacheDir(), CACHE_FILE)

Callers 2

getCachePathFunction · 0.70
flushCodexCacheFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected