MCPcopy
hub / github.com/ever-co/ever-demand / emit

Method emit

packages/common-angular/src/lib/socket.service.ts:106–108  ·  view source on GitHub ↗
(eventName: string, ...args: any[])

Source from the content-addressed store, hash-verified

104 }
105
106 emit(eventName: string, ...args: any[]) {
107 return this.ioSocket.emit.apply(this.ioSocket, <any>arguments);
108 }
109
110 removeListener(eventName: string, callback?: () => void) {
111 return this.ioSocket.removeListener.apply(

Callers 15

runMethod · 0.80
runMethod · 0.80
handleRequestMethod · 0.80
onSearchMethod · 0.80
valueFunction · 0.80
touchFunction · 0.80
ngOnInitMethod · 0.80
onCoordinatesChangesMethod · 0.80
onGeometrySendMethod · 0.80
onCoordinatesChangesMethod · 0.80
onGeometrySendMethod · 0.80

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected