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

Function onwrite

lib/internal/js_stream_socket.js:35–35  ·  view source on GitHub ↗
(req, bufs)

Source from the content-addressed store, hash-verified

33function onshutdown(req) { return this[owner_symbol].doShutdown(req); }
34
35function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); }
36
37/* This class serves as a wrapper for when the C++ side of Node wants access
38 * to a standard JS stream. For example, TLS or HTTP do not operate on network

Callers

nothing calls this directly

Calls 1

doWriteMethod · 0.80

Tested by

no test coverage detected