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

Function WslStatusCommand

pkg/wshrpc/wshclient/wshclient.go:1070–1073  ·  view source on GitHub ↗

command "wslstatus", wshserver.WslStatusCommand

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

Source from the content-addressed store, hash-verified

1068
1069// command "wslstatus", wshserver.WslStatusCommand
1070func 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

Callers 1

getAllConnStatusFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected