MCPcopy Create free account
hub / github.com/pywebio/PyWebIO / dispatch_message

Method dispatch_message

webiojs/src/handlers/base.ts:37–43  ·  view source on GitHub ↗
(msg: Command)

Source from the content-addressed store, hash-verified

35 }
36
37 dispatch_message(msg: Command): boolean {
38 if (msg.command in this.command2handler) {
39 this.command2handler[msg.command].handle_message(msg);
40 return true;
41 }
42 return false
43 }
44}

Callers 1

set_up_sessionFunction · 0.95

Calls 1

handle_messageMethod · 0.65

Tested by

no test coverage detected