MCPcopy
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

1import { AsyncLocalStorage } from 'node:async_hooks';
2import crypto from 'node:crypto';
3import fs from 'fs';
4import path from 'path';

Callers

nothing calls this directly

Calls 2

getEnvBoolFunction · 0.90
getEnvStringFunction · 0.90

Tested by

no test coverage detected