MCPcopy Create free account
hub / github.com/code-pushup/cli / mkdir

Function mkdir

packages/utils/src/lib/wizard/virtual-fs.unit.test.ts:40–42  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

38 return store.has(toUnixPath(path));
39 },
40 async mkdir(path: string): Promise<undefined> {
41 dirs.add(toUnixPath(path));
42 },
43 async unlink(path: string) {
44 store.delete(toUnixPath(path));
45 unlinked.add(toUnixPath(path));

Callers 15

persistEslintReportFunction · 0.85
ensureDirectoryExistsFunction · 0.85
persistReportFunction · 0.85
saveOutputFilesFunction · 0.85
git.int.test.tsFile · 0.85
run.int.test.tsFile · 0.85
downloadFromPortalFunction · 0.85
flat.int.test.tsFile · 0.85

Calls 1

toUnixPathFunction · 0.85

Tested by

no test coverage detected