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

Function afterWrite

benchmark/net/tcp-raw-s2c.js:88–94  ·  view source on GitHub ↗
(status, handle)

Source from the content-addressed store, hash-verified

86 }
87
88 function afterWrite(status, handle) {
89 if (status)
90 fail(status, 'write');
91
92 while (clientHandle.writeQueueSize === 0)
93 write();
94 }
95 };
96
97 client(dur);

Callers 1

writeFunction · 0.70

Calls 2

failFunction · 0.70
writeFunction · 0.70

Tested by

no test coverage detected