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

Function BlockJobStatusCommand

pkg/wshrpc/wshclient/wshclient.go:81–84  ·  view source on GitHub ↗

command "blockjobstatus", wshserver.BlockJobStatusCommand

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

Source from the content-addressed store, hash-verified

79
80// command "blockjobstatus", wshserver.BlockJobStatusCommand
81func BlockJobStatusCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) (*wshrpc.BlockJobStatusData, error) {
82 resp, err := sendRpcRequestCallHelper[*wshrpc.BlockJobStatusData](w, "blockjobstatus", data, opts)
83 return resp, err
84}
85
86// command "blockslist", wshserver.BlocksListCommand
87func BlocksListCommand(w *wshutil.WshRpc, data wshrpc.BlocksListRequest, opts *wshrpc.RpcOpts) ([]wshrpc.BlocksListEntry, error) {

Callers 1

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected