command "wslstatus", wshserver.WslStatusCommand
(w *wshutil.WshRpc, opts *wshrpc.RpcOpts)
| 1068 | |
| 1069 | // command "wslstatus", wshserver.WslStatusCommand |
| 1070 | func WslStatusCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.ConnStatus, error) { |
| 1071 | resp, err := sendRpcRequestCallHelper[[]wshrpc.ConnStatus](w, "wslstatus", nil, opts) |
| 1072 | return resp, err |
| 1073 | } |
| 1074 | |
| 1075 |
no test coverage detected