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

Function DeleteBlockCommand

pkg/wshrpc/wshclient/wshclient.go:207–210  ·  view source on GitHub ↗

command "deleteblock", wshserver.DeleteBlockCommand

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

Source from the content-addressed store, hash-verified

205
206// command "deleteblock", wshserver.DeleteBlockCommand
207func 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
213func DeleteBuilderCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) error {

Callers 2

checkCloseOnExitFunction · 0.92
deleteBlockRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected