MCPcopy Index your code
hub / github.com/socketio/socket.io / newBroadcastOperator

Method newBroadcastOperator

lib/socket.ts:1209–1216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1207 }
1208
1209 private newBroadcastOperator() {
1210 const flags = Object.assign({}, this.flags);
1211 this.flags = {};
1212 return new BroadcastOperator<
1213 DecorateAcknowledgementsWithMultipleResponses<EmitEvents>,
1214 SocketData
1215 >(this.adapter, new Set<Room>(), new Set<Room>([this.id]), flags);
1216 }
1217}

Callers 5

toMethod · 0.95
inMethod · 0.95
exceptMethod · 0.95
broadcastMethod · 0.95
localMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected