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

Method nextStderrString

test/common/inspector-helper.js:484–488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

482 }
483
484 nextStderrString() {
485 if (this._unprocessedStderrLines.length)
486 return Promise.resolve(this._unprocessedStderrLines.shift());
487 return new Promise((resolve) => this._stderrLineCallback = resolve);
488 }
489
490 write(message) {
491 this._process.stdin.write(message);

Callers 4

startViaSignalMethod · 0.95
runTestsFunction · 0.95
runTestsFunction · 0.95
waitForDisconnectMethod · 0.80

Calls 2

resolveMethod · 0.45
shiftMethod · 0.45

Tested by

no test coverage detected