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

Method BlockJobStatusCommand

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

Source from the content-addressed store, hash-verified

80
81 // command "blockjobstatus" [call]
82 BlockJobStatusCommand(client: WshClient, data: string, opts?: RpcOpts): Promise<BlockJobStatusData> {
83 if (this.mockClient) return this.mockClient.mockWshRpcCall(client, "blockjobstatus", data, opts);
84 return client.wshRpcCall("blockjobstatus", data, opts);
85 }
86
87 // command "blockslist" [call]
88 BlocksListCommand(client: WshClient, data: BlocksListRequest, opts?: RpcOpts): Promise<BlocksListEntry[]> {

Callers

nothing calls this directly

Calls 2

mockWshRpcCallMethod · 0.80
wshRpcCallMethod · 0.80

Tested by

no test coverage detected