MCPcopy
hub / github.com/wavetermdev/waveterm / CheckGoVersionCommand

Function CheckGoVersionCommand

pkg/wshrpc/wshclient/wshclient.go:99–102  ·  view source on GitHub ↗

command "checkgoversion", wshserver.CheckGoVersionCommand

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

Source from the content-addressed store, hash-verified

97
98// command "checkgoversion", wshserver.CheckGoVersionCommand
99func CheckGoVersionCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (*wshrpc.CommandCheckGoVersionRtnData, error) {
100 resp, err := sendRpcRequestCallHelper[*wshrpc.CommandCheckGoVersionRtnData](w, "checkgoversion", nil, opts)
101 return resp, err
102}
103
104// command "connconnect", wshserver.ConnConnectCommand
105func ConnConnectCommand(w *wshutil.WshRpc, data wshrpc.ConnRequest, opts *wshrpc.RpcOpts) error {

Callers

nothing calls this directly

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected