MCPcopy 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.jsFile · 0.80
write_Function · 0.80
doWriteMethod · 0.80
writevFunction · 0.80
constructorMethod · 0.80
sendFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFunction · 0.64