MCPcopy Index your code
hub / github.com/pywebio/PyWebIO / Command

Interface Command

webiojs/src/session.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import {t} from "./i18n";
4
5export interface Command {
6 command: string
7 task_id: string
8 spec: any
9}
10
11export interface ClientEvent {
12 event: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…