Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ afterWrite
Function
afterWrite
benchmark/net/tcp-raw-c2s.js:125–131 ·
view source on GitHub ↗
(err, handle)
Source
from the content-addressed store, hash-verified
123
}
124
125
function
afterWrite(err, handle) {
126
if
(err)
127
fail(err,
'write'
);
128
129
while
(clientHandle.writeQueueSize === 0)
130
write();
131
}
132
}
133
}
Callers
nothing calls this directly
Calls
2
fail
Function · 0.70
write
Function · 0.70
Tested by
no test coverage detected