command "debugterm", wshserver.DebugTermCommand
(w *wshutil.WshRpc, data wshrpc.CommandDebugTermData, opts *wshrpc.RpcOpts)
| 193 | |
| 194 | // command "debugterm", wshserver.DebugTermCommand |
| 195 | func 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 |
| 201 | func DeleteAppFileCommand(w *wshutil.WshRpc, data wshrpc.CommandDeleteAppFileData, opts *wshrpc.RpcOpts) error { |
no test coverage detected