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

Function GetAllVarsCommand

pkg/wshrpc/wshclient/wshclient.go:404–407  ·  view source on GitHub ↗

command "getallvars", wshserver.GetAllVarsCommand

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

Source from the content-addressed store, hash-verified

402
403// command "getallvars", wshserver.GetAllVarsCommand
404func GetAllVarsCommand(w *wshutil.WshRpc, data wshrpc.CommandVarData, opts *wshrpc.RpcOpts) ([]wshrpc.CommandVarResponseData, error) {
405 resp, err := sendRpcRequestCallHelper[[]wshrpc.CommandVarResponseData](w, "getallvars", data, opts)
406 return resp, err
407}
408
409// command "getbuilderoutput", wshserver.GetBuilderOutputCommand
410func GetBuilderOutputCommand(w *wshutil.WshRpc, data string, opts *wshrpc.RpcOpts) ([]string, error) {

Callers 1

getAllVariablesFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected