MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / WebSelectorCommand

Function WebSelectorCommand

pkg/wshrpc/wshclient/wshclient.go:1016–1019  ·  view source on GitHub ↗

command "webselector", wshserver.WebSelectorCommand

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

Source from the content-addressed store, hash-verified

1014
1015// command "webselector", wshserver.WebSelectorCommand
1016func WebSelectorCommand(w *wshutil.WshRpc, data wshrpc.CommandWebSelectorData, opts *wshrpc.RpcOpts) ([]string, error) {
1017 resp, err := sendRpcRequestCallHelper[[]string](w, "webselector", data, opts)
1018 return resp, err
1019}
1020
1021// command "workspacelist", wshserver.WorkspaceListCommand
1022func WorkspaceListCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) ([]wshrpc.WorkspaceInfoData, error) {

Callers 1

webGetRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected