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

Function CreateSubBlockCommand

pkg/wshrpc/wshclient/wshclient.go:189–192  ·  view source on GitHub ↗

command "createsubblock", wshserver.CreateSubBlockCommand

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

Source from the content-addressed store, hash-verified

187
188// command "createsubblock", wshserver.CreateSubBlockCommand
189func CreateSubBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandCreateSubBlockData, opts *wshrpc.RpcOpts) (waveobj.ORef, error) {
190 resp, err := sendRpcRequestCallHelper[waveobj.ORef](w, "createsubblock", data, opts)
191 return resp, err
192}
193
194// command "debugterm", wshserver.DebugTermCommand
195func DebugTermCommand(w *wshutil.WshRpc, data wshrpc.CommandDebugTermData, opts *wshrpc.RpcOpts) (*wshrpc.CommandDebugTermRtnData, error) {

Callers

nothing calls this directly

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected