MCPcopy Index your code
hub / github.com/Lobos/react-ui / mkdir

Function mkdir

cli/init.js:45–49  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

43}
44
45function mkdir (p) {
46 if (!fs.existsSync(p)){
47 fs.mkdirSync(p);
48 }
49}
50
51function copy (origin, newFile) {
52 fs.createReadStream(origin).pipe(fs.createWriteStream(newFile));

Callers 1

copyDemoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…