MCPcopy Create free account
hub / github.com/nodejs/node / afterWrite

Function afterWrite

benchmark/net/tcp-raw-pipe.js:139–145  ·  view source on GitHub ↗
(err, handle)

Source from the content-addressed store, hash-verified

137 }
138
139 function afterWrite(err, handle) {
140 if (err)
141 fail(err, 'write');
142
143 while (clientHandle.writeQueueSize === 0)
144 write();
145 }
146}

Callers

nothing calls this directly

Calls 2

failFunction · 0.70
writeFunction · 0.70

Tested by

no test coverage detected