Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
198
async
function
ensureOutputDir() {
199
await
fs.mkdir(OUTPUT_DIR, { recursive: true });
200
}
201
202
async
function
runInlineBenchmark(
203
definition: WorkflowDefinition,
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected