MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / StreamTestCommand

Method StreamTestCommand

frontend/app/store/wshclientapi.ts:922–925  ·  view source on GitHub ↗
(client: WshClient, opts?: RpcOpts)

Source from the content-addressed store, hash-verified

920
921 // command "streamtest" [responsestream]
922 StreamTestCommand(client: WshClient, opts?: RpcOpts): AsyncGenerator<number, void, boolean> {
923 if (this.mockClient) return this.mockClient.mockWshRpcStream(client, "streamtest", null, opts);
924 return client.wshRpcStream("streamtest", null, opts);
925 }
926
927 // command "termgetscrollbacklines" [call]
928 TermGetScrollbackLinesCommand(client: WshClient, data: CommandTermGetScrollbackLinesData, opts?: RpcOpts): Promise<CommandTermGetScrollbackLinesRtnData> {

Callers

nothing calls this directly

Calls 2

mockWshRpcStreamMethod · 0.80
wshRpcStreamMethod · 0.80

Tested by

no test coverage detected