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

Method ActivityCommand

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

Source from the content-addressed store, hash-verified

20
21 // command "activity" [call]
22 ActivityCommand(client: WshClient, data: ActivityUpdate, opts?: RpcOpts): Promise<void> {
23 if (this.mockClient) return this.mockClient.mockWshRpcCall(client, "activity", data, opts);
24 return client.wshRpcCall("activity", data, opts);
25 }
26
27 // command "aisendmessage" [call]
28 AiSendMessageCommand(client: WshClient, data: AiMessageData, opts?: RpcOpts): Promise<void> {

Callers

nothing calls this directly

Calls 2

mockWshRpcCallMethod · 0.80
wshRpcCallMethod · 0.80

Tested by

no test coverage detected