Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ cork
Method
cork
lib/internal/http2/compat.js:781–783 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
779
}
780
781
cork() {
782
this[kStream].cork();
783
}
784
785
uncork() {
786
this[kStream].uncork();
Callers
15
_http_outgoing.js
File · 0.80
write_
Function · 0.80
doWrite
Method · 0.80
writev
Function · 0.80
constructor
Method · 0.80
send
Function · 0.80
test-net-socket-byteswritten.js
File · 0.80
test-webstreams-duplex-fromweb-writev-unhandled-rejection.js
File · 0.80
test-stream-writable-destroy.js
File · 0.80
test-stream-duplex-destroy.js
File · 0.80
test-net-sync-cork.js
File · 0.80
test-net-bytes-written-large.js
File · 0.80
Calls
no outgoing calls
Tested by
1
test
Function · 0.64