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

Function GetUpdateChannelCommand

pkg/wshrpc/wshclient/wshclient.go:482–485  ·  view source on GitHub ↗

command "getupdatechannel", wshserver.GetUpdateChannelCommand

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

Source from the content-addressed store, hash-verified

480
481// command "getupdatechannel", wshserver.GetUpdateChannelCommand
482func GetUpdateChannelCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) {
483 resp, err := sendRpcRequestCallHelper[string](w, "getupdatechannel", nil, opts)
484 return resp, err
485}
486
487// command "getvar", wshserver.GetVarCommand
488func GetVarCommand(w *wshutil.WshRpc, data wshrpc.CommandVarData, opts *wshrpc.RpcOpts) (*wshrpc.CommandVarResponseData, error) {

Callers 1

runVersionCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected