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

Function tearDown

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

Source from the content-addressed store, hash-verified

97 }, TIMEOUT);
98
99 function tearDown() {
100 clearTimeout(timer);
101 child.stdout.removeListener('data', checkOutput);
102 child.removeListener('close', onChildClose);
103 }
104
105 child.on('close', onChildClose);
106 child.stdout.on('data', checkOutput);

Callers 3

checkOutputFunction · 0.70
onChildCloseFunction · 0.70
waitForFunction · 0.70

Calls 2

clearTimeoutFunction · 0.50
removeListenerMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…