Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/promptfoo/promptfoo
/ cache.ts
File
cache.ts
src/cache.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ AsyncLocalStorage } from
'node:async_hooks'
;
2
import
crypto from
'node:crypto'
;
3
import
fs from
'fs'
;
4
import
path from
'path'
;
Callers
nothing calls this directly
Calls
2
getEnvBool
Function · 0.90
getEnvString
Function · 0.90
Tested by
no test coverage detected