MCPcopy Index your code
hub / github.com/promptfoo/promptfoo / removeSecureTempDirectory

Function removeSecureTempDirectory

src/util/secureTempFiles.ts:41–43  ·  view source on GitHub ↗
(directory: string)

Source from the content-addressed store, hash-verified

39}
40
41export async function removeSecureTempDirectory(directory: string): Promise<void> {
42 await fs.rm(directory, { force: true, recursive: true });
43}

Callers 6

runPythonCodeFunction · 0.90
runPythonFunction · 0.90
executeCallMethod · 0.90
runRubyCodeFunction · 0.90
runRubyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…