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

Method VDomRenderCommand

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

Source from the content-addressed store, hash-verified

968
969 // command "vdomrender" [responsestream]
970 VDomRenderCommand(client: WshClient, data: VDomFrontendUpdate, opts?: RpcOpts): AsyncGenerator<VDomBackendUpdate, void, boolean> {
971 if (this.mockClient) return this.mockClient.mockWshRpcStream(client, "vdomrender", data, opts);
972 return client.wshRpcStream("vdomrender", data, opts);
973 }
974
975 // command "vdomurlrequest" [responsestream]
976 VDomUrlRequestCommand(client: WshClient, data: VDomUrlRequestData, opts?: RpcOpts): AsyncGenerator<VDomUrlRequestResponse, void, boolean> {

Callers

nothing calls this directly

Calls 2

mockWshRpcStreamMethod · 0.80
wshRpcStreamMethod · 0.80

Tested by

no test coverage detected