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

Function WslDefaultDistroCommand

pkg/wshrpc/wshclient/wshclient.go:1058–1061  ·  view source on GitHub ↗

command "wsldefaultdistro", wshserver.WslDefaultDistroCommand

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

Source from the content-addressed store, hash-verified

1056
1057// command "wsldefaultdistro", wshserver.WslDefaultDistroCommand
1058func WslDefaultDistroCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) {
1059 resp, err := sendRpcRequestCallHelper[string](w, "wsldefaultdistro", nil, opts)
1060 return resp, err
1061}
1062
1063// command "wsllist", wshserver.WslListCommand
1064func WslListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]string, error) {

Callers 1

wslRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected