MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / mkdir

Function mkdir

src/commands/agent.ts:65–67  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

63 await fs.writeFile(p, data, { encoding: 'utf8', flag: opts?.exclusive ? 'wx' : 'w' });
64 },
65 async mkdir(p: string): Promise<void> {
66 await fs.mkdir(p, { recursive: true });
67 },
68};
69
70// ---------------------------------------------------------------------------

Callers 5

writeBundleFunction · 0.50
freshTmpDirFunction · 0.50
streamUrlToFileFunction · 0.50
writePartialMarkerFunction · 0.50

Calls 1

mkdirMethod · 0.80

Tested by

no test coverage detected