MCPcopy
hub / github.com/qawolf/cli / mkdir

Function mkdir

src/shell/fs.ts:59–61  ·  view source on GitHub ↗
(path, options)

Source from the content-addressed store, hash-verified

57export function makeDefaultFs(): Fs {
58 return {
59 async mkdir(path, options) {
60 await fs.promises.mkdir(path, options);
61 },
62 pathExists,
63 readFile(path) {
64 return fs.promises.readFile(path, "utf-8");

Callers 15

playwright.test.tsFile · 0.70
stageEnvFunction · 0.50
lookup.test.tsFile · 0.50
makeDepsRootFunction · 0.50
scaffoldManagedRuntimeFunction · 0.50
innerHop.test.tsFile · 0.50

Calls

no outgoing calls

Tested by 4

stageEnvFunction · 0.40
makeDepsRootFunction · 0.40
buildArchiveFunction · 0.40
stageFunction · 0.40