Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
function
getCachePath(): string {
33
return
join(getCacheDir(), CACHE_FILE)
34
}
35
36
let
memCache: ResultCache | null = null
37
Callers
2
loadCache
Function · 0.70
flushCodexCache
Function · 0.70
Calls
1
getCacheDir
Function · 0.70
Tested by
no test coverage detected