Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ ensureOutputDir
Function
ensureOutputDir
worker/scripts/run-long-lived-workflow.ts:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
async
function
ensureOutputDir() {
103
await
fs.mkdir(OUTPUT_DIR, { recursive: true });
104
}
105
106
async
function
collectTraces(pool: Pool, runId: string): Promise<TraceRow[]> {
107
const
result =
await
pool.query<TraceRow>(
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected