MCPcopy
hub / github.com/compodoc/compodoc / done

Function done

test/src/cli/cli-serving.spec.ts:23–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 let doneCalled = false;
22
23 const done = () => {
24 if (!doneCalled) {
25 doneCalled = true;
26 clearTimeout(timeoutId);
27 child.kill("SIGTERM");
28 resolve(output);
29 }
30 };
31
32 const onData = (data) => {
33 output += data.toString();

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…