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

Method write

test/common/inspector-helper.js:490–492  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

488 }
489
490 write(message) {
491 this._process.stdin.write(message);
492 }
493
494 kill() {
495 this._process.kill();

Callers 3

runTestsFunction · 0.95
constructorMethod · 0.45
_sendMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected