MCPcopy 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
102async function ensureOutputDir() {
103 await fs.mkdir(OUTPUT_DIR, { recursive: true });
104}
105
106async function collectTraces(pool: Pool, runId: string): Promise<TraceRow[]> {
107 const result = await pool.query<TraceRow>(

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected