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

Method VDomUrlRequestCommand

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

Source from the content-addressed store, hash-verified

974
975 // command "vdomurlrequest" [responsestream]
976 VDomUrlRequestCommand(client: WshClient, data: VDomUrlRequestData, opts?: RpcOpts): AsyncGenerator<VDomUrlRequestResponse, void, boolean> {
977 if (this.mockClient) return this.mockClient.mockWshRpcStream(client, "vdomurlrequest", data, opts);
978 return client.wshRpcStream("vdomurlrequest", data, opts);
979 }
980
981 // command "waitforroute" [call]
982 WaitForRouteCommand(client: WshClient, data: CommandWaitForRouteData, opts?: RpcOpts): Promise<boolean> {

Callers

nothing calls this directly

Calls 2

mockWshRpcStreamMethod · 0.80
wshRpcStreamMethod · 0.80

Tested by

no test coverage detected