MCPcopy
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

endMethod · 0.80
onEndMethod · 0.80
respondMethod · 0.80
onDataChunkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected