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

Method BlockInfoCommand

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

Source from the content-addressed store, hash-verified

74
75 // command "blockinfo" [call]
76 BlockInfoCommand(client: WshClient, data: string, opts?: RpcOpts): Promise<BlockInfoData> {
77 if (this.mockClient) return this.mockClient.mockWshRpcCall(client, "blockinfo", data, opts);
78 return client.wshRpcCall("blockinfo", data, opts);
79 }
80
81 // command "blockjobstatus" [call]
82 BlockJobStatusCommand(client: WshClient, data: string, opts?: RpcOpts): Promise<BlockJobStatusData> {

Callers

nothing calls this directly

Calls 2

mockWshRpcCallMethod · 0.80
wshRpcCallMethod · 0.80

Tested by

no test coverage detected