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

Method mockWshRpcCall

frontend/app/store/wshclientapi.ts:9–9  ·  view source on GitHub ↗
(client: WshClient, command: string, data: any, opts?: RpcOpts)

Source from the content-addressed store, hash-verified

7
8export interface MockRpcClient {
9 mockWshRpcCall(client: WshClient, command: string, data: any, opts?: RpcOpts): Promise<any>;
10 mockWshRpcStream(client: WshClient, command: string, data: any, opts?: RpcOpts): AsyncGenerator<any, void, boolean>;
11}
12

Calls

no outgoing calls

Tested by

no test coverage detected