MCPcopy
hub / github.com/linuxfoundation/crowd.dev / emit

Method emit

backend/src/api/websockets/namespace.ts:91–93  ·  view source on GitHub ↗
(event: string, data: string)

Source from the content-addressed store, hash-verified

89 }
90
91 public emit(event: string, data: string) {
92 this.socketIoNamespace.emit(event, data)
93 }
94
95 public emitToRoom(room: string, event: string, data: string) {
96 this.socketIoNamespace.to(room).emit(event, data)

Callers

nothing calls this directly

Calls 1

emitMethod · 0.65

Tested by

no test coverage detected