Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
runTests
Function · 0.95
constructor
Method · 0.45
_sendMessage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected