Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
main
Function · 0.70
Calls
3
cork
Method · 0.80
uncork
Method · 0.80
write
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…