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

Method mockWshRpcStream

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

Source from the content-addressed store, hash-verified

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
13// WshServerCommandToDeclMap

Callers 7

FileListStreamCommandMethod · 0.80
StreamCpuDataCommandMethod · 0.80
StreamTestCommandMethod · 0.80
VDomRenderCommandMethod · 0.80
VDomUrlRequestCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected