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

Method handle_message

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

Source from the content-addressed store, hash-verified

5 accept_command: string[],
6
7 handle_message(msg: Command): void
8}
9
10export class SessionCtrlHandler implements CommandHandler {

Callers 1

dispatch_messageMethod · 0.65

Implementers 9

InputHandlerwebiojs/src/handlers/input.ts
OutputHandlerwebiojs/src/handlers/output.ts
SessionCtrlHandlerwebiojs/src/handlers/base.ts
PinHandlerwebiojs/src/handlers/pin.ts
DownloadHandlerwebiojs/src/handlers/download.ts
EnvSettingHandlerwebiojs/src/handlers/env.ts
ScriptHandlerwebiojs/src/handlers/script.ts
ToastHandlerwebiojs/src/handlers/toast.ts
PopupHandlerwebiojs/src/handlers/popup.ts

Calls

no outgoing calls

Tested by

no test coverage detected