MCPcopy Index your code
hub / github.com/compodoc/compodoc / copy

Function copy

tools/test-watch.js:6–8  ·  view source on GitHub ↗
(source, dest)

Source from the content-addressed store, hash-verified

4 return fs.readFileSync(file).toString();
5 },
6 copy = function(source, dest) {
7 return fs.copySync(source, dest);
8 },
9 spawn = require('child_process').spawn,
10 tmp = (function() {
11 var name = '.tmp-compodoc-test';

Callers 2

reloadFunction · 0.70
endFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…