MCPcopy
hub / github.com/compodoc/compodoc / reload

Function reload

tools/test-watch.js:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 fooCoverageFile,
48
49 reload = function() {
50 setTimeout(() => {
51 console.log('reload');
52 copy('./test/src/bar.component-watch.ts', './test/src/sample-files/bar.component.ts');
53 }, 1000);
54 },
55
56 end = function() {
57 copy('./test/src/bar.component.ts', './test/src/sample-files/bar.component.ts');

Callers 1

test-watch.jsFile · 0.85

Calls 2

logMethod · 0.80
copyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…