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

Function send

benchmark/net/net-c2s-cork.js:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }, dur * 1000);
55
56 function send() {
57 socket.cork();
58 while (socket.write(chunk, encoding));
59 socket.uncork();
60 }
61 });
62 });
63}

Callers 1

mainFunction · 0.70

Calls 3

corkMethod · 0.80
uncorkMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…