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

Method newBroadcastOperator

packages/socket.io/lib/socket.ts:1117–1124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1115 }
1116
1117 private newBroadcastOperator() {
1118 const flags = Object.assign({}, this.flags);
1119 this.flags = {};
1120 return new BroadcastOperator<
1121 DecorateAcknowledgementsWithMultipleResponses<EmitEvents>,
1122 SocketData
1123 >(this.adapter, new Set<Room>(), new Set<Room>([this.id]), flags);
1124 }
1125}

Callers 15

toMethod · 0.95
inMethod · 0.95
exceptMethod · 0.95
broadcastMethod · 0.95
localMethod · 0.95
emitFunction · 0.80
toFunction · 0.80
inFunction · 0.80
exceptFunction · 0.80
volatileFunction · 0.80
compressFunction · 0.80
socketsJoinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected