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

Function doSend

test/parallel/test-cluster-dgram-1.js:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 doSend();
57
58 function doSend() {
59 socket.send(buf, 0, buf.length, address.port, address.address, afterSend);
60 }
61
62 function afterSend() {
63 sent++;

Callers 2

primaryFunction · 0.70
afterSendFunction · 0.70

Calls 1

sendMethod · 0.65

Tested by

no test coverage detected