MCPcopy Create free account
hub / github.com/ShipSecAI/studio / ensureOutputDir

Function ensureOutputDir

worker/scripts/benchmark-scheduler.ts:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198async function ensureOutputDir() {
199 await fs.mkdir(OUTPUT_DIR, { recursive: true });
200}
201
202async function runInlineBenchmark(
203 definition: WorkflowDefinition,

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected