MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / bindEvents

Method bindEvents

panel/src/app/service/socket_service.ts:41–43  ·  view source on GitHub ↗
(socket: Socket)

Source from the content-addressed store, hash-verified

39
40 // used to bind Socket events
41 private static bindEvents(socket: Socket) {
42 new WebSocketRouter(socket);
43 }
44}

Callers 1

setUpSocketIOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected