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

Function DebugTermCommand

pkg/wshrpc/wshclient/wshclient.go:195–198  ·  view source on GitHub ↗

command "debugterm", wshserver.DebugTermCommand

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

Source from the content-addressed store, hash-verified

193
194// command "debugterm", wshserver.DebugTermCommand
195func DebugTermCommand(w *wshutil.WshRpc, data wshrpc.CommandDebugTermData, opts *wshrpc.RpcOpts) (*wshrpc.CommandDebugTermRtnData, error) {
196 resp, err := sendRpcRequestCallHelper[*wshrpc.CommandDebugTermRtnData](w, "debugterm", data, opts)
197 return resp, err
198}
199
200// command "deleteappfile", wshserver.DeleteAppFileCommand
201func DeleteAppFileCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteAppFileData, opts *wshrpc.RpcOpts) error {

Callers 1

debugTermRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected