MCPcopy
hub / github.com/wavetermdev/waveterm / BadgeWatchPidCommand

Method BadgeWatchPidCommand

frontend/app/store/wshclientapi.ts:70–73  ·  view source on GitHub ↗
(client: WshClient, data: CommandBadgeWatchPidData, opts?: RpcOpts)

Source from the content-addressed store, hash-verified

68
69 // command "badgewatchpid" [call]
70 BadgeWatchPidCommand(client: WshClient, data: CommandBadgeWatchPidData, opts?: RpcOpts): Promise<void> {
71 if (this.mockClient) return this.mockClient.mockWshRpcCall(client, "badgewatchpid", data, opts);
72 return client.wshRpcCall("badgewatchpid", data, opts);
73 }
74
75 // command "blockinfo" [call]
76 BlockInfoCommand(client: WshClient, data: string, opts?: RpcOpts): Promise<BlockInfoData> {

Callers

nothing calls this directly

Calls 2

mockWshRpcCallMethod · 0.80
wshRpcCallMethod · 0.80

Tested by

no test coverage detected