command "createsubblock", wshserver.CreateSubBlockCommand
(w *wshutil.WshRpc, data wshrpc.CommandCreateSubBlockData, opts *wshrpc.RpcOpts)
| 187 | |
| 188 | // command "createsubblock", wshserver.CreateSubBlockCommand |
| 189 | func 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 |
| 195 | func DebugTermCommand(w *wshutil.WshRpc, data wshrpc.CommandDebugTermData, opts *wshrpc.RpcOpts) (*wshrpc.CommandDebugTermRtnData, error) { |
nothing calls this directly
no test coverage detected