MCPcopy
hub / github.com/socketio/socket.io / _onServerSideEmit

Method _onServerSideEmit

packages/socket.io/lib/namespace.ts:596–598  ·  view source on GitHub ↗

* Called when a packet is received from another Socket.IO server * * @param args - an array of arguments, which may include an acknowledgement callback at the end * * @private

(args: [string, ...any[]])

Source from the content-addressed store, hash-verified

594 * @private
595 */
596 _onServerSideEmit(args: [string, ...any[]]) {
597 super.emitUntyped.apply(this, args);
598 }
599
600 /**
601 * Gets a list of clients.

Callers 1

onMessageFunction · 0.80

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected