MCPcopy
hub / github.com/compodoc/compodoc / create

Function create

tools/test-watch.js:31–36  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

29 fs.copySync(source, destination);
30 },
31 create(param) {
32 if (param) name = param;
33 if (!fs.existsSync(name)){
34 fs.mkdirSync(name);
35 }
36 },
37 clean(param) {
38 if (param) name = param;
39 try {

Callers

nothing calls this directly

Calls 1

existsSyncMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…