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

Function BlockInfoCommand

pkg/wshrpc/wshclient/wshclient.go:75–78  ·  view source on GitHub ↗

command "blockinfo", wshserver.BlockInfoCommand

(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts)

Source from the content-addressed store, hash-verified

73
74// command "blockinfo", wshserver.BlockInfoCommand
75func BlockInfoCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockInfoData, error) {
76 resp, err := sendRpcRequestCallHelper[*wshrpc.BlockInfoData](w, "blockinfo", data, opts)
77 return resp, err
78}
79
80// command "blockjobstatus", wshserver.BlockJobStatusCommand
81func BlockJobStatusCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockJobStatusData, error) {

Callers 2

webGetRunFunction · 0.92
debugBlockIdsRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected