Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/socketio/socket.io
/ cork
Method
cork
packages/engine.io/lib/userver.ts:384–388 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
382
}
383
384
public cork(fn) {
385
if
(this.isAborted)
return
;
386
387
this.res.cork(fn);
388
}
389
}
Callers
4
end
Method · 0.80
onEnd
Method · 0.80
respond
Method · 0.80
onDataChunk
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected