MCPcopy
hub / github.com/compodoc/compodoc / clean

Function clean

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

Source from the content-addressed store, hash-verified

35 }
36 },
37 clean(param) {
38 if (param) name = param;
39 try {
40 cleanUp(name);
41 } catch (e) {}
42 }
43 }
44 })();
45

Callers

nothing calls this directly

Calls 1

cleanUpFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…