MCPcopy Create free account
hub / github.com/evi0s/WMPFDebugger / i

Function i

src/third-party/RemoteDebugCodex.js:17–48  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

15 }
16
17 function i(e) {
18 switch (e) {
19 case t.RequestType.Login:
20 return t.RequestCmd.Login;
21 case t.RequestType.EventNotifyBegin:
22 return t.RequestCmd.EventNotifyBegin;
23 case t.RequestType.EventNotifyBlock:
24 return t.RequestCmd.EventNotifyBlock;
25 case t.RequestType.EventNotifyEnd:
26 return t.RequestCmd.EventNotifyEnd;
27 case t.RequestType.Heartbeat:
28 return t.RequestCmd.Heartbeat;
29 case t.RequestType.JoinRoom:
30 return t.RequestCmd.JoinRoom;
31 case t.RequestType.MessageNotifyParallelly:
32 return t.RequestCmd.MessageNotifyParallelly;
33 case t.RequestType.MessageNotify:
34 return t.RequestCmd.MessageNotify;
35 case t.RequestType.QuitRoom:
36 return t.RequestCmd.QuitRoom;
37 case t.RequestType.SendDebugMessage:
38 return t.RequestCmd.SendDebugMessage;
39 case t.RequestType.SyncMessage:
40 return t.RequestCmd.SyncMessage;
41 case t.RequestType.SendDebugMessageParallelly:
42 return t.RequestCmd.SendDebugMessageParallelly;
43 case t.ResponseType.MessageNotifyParallelly:
44 return t.RequestCmd.MessageNotifyParallelly;
45 default:
46 return t.RequestCmd.Unknown
47 }
48 }
49
50 function m(e) {
51 switch (e) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected