MCPcopy Index your code
hub / github.com/nodejs/node / checkOutput

Function checkOutput

test/common/debugger.js:68–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 return new Promise((resolve, reject) => {
68 function checkOutput() {
69 if (checkPattern(getOutput())) {
70 tearDown();
71 resolve();
72 }
73 }
74
75 function onChildClose(code, signal) {
76 tearDown();

Callers 1

waitForFunction · 0.70

Calls 4

checkPatternFunction · 0.85
getOutputFunction · 0.85
tearDownFunction · 0.70
resolveFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…