command "deleteblock", wshserver.DeleteBlockCommand
(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts)
| 205 | |
| 206 | // command "deleteblock", wshserver.DeleteBlockCommand |
| 207 | func DeleteBlockCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteBlockData, opts *wshrpc.RpcOpts) error { |
| 208 | _, err := sendRpcRequestCallHelper[any](w, "deleteblock", data, opts) |
| 209 | return err |
| 210 | } |
| 211 | |
| 212 | // command "deletebuilder", wshserver.DeleteBuilderCommand |
| 213 | func DeleteBuilderCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error { |
no outgoing calls
no test coverage detected