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

Function GetFullConfigCommand

pkg/wshrpc/wshclient/wshclient.go:428–431  ·  view source on GitHub ↗

command "getfullconfig", wshserver.GetFullConfigCommand

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

Source from the content-addressed store, hash-verified

426
427// command "getfullconfig", wshserver.GetFullConfigCommand
428func GetFullConfigCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (wconfig.FullConfigType, error) {
429 resp, err := sendRpcRequestCallHelper[wconfig.FullConfigType](w, "getfullconfig", nil, opts)
430 return resp, err
431}
432
433// command "getjwtpublickey", wshserver.GetJwtPublicKeyCommand
434func GetJwtPublicKeyCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) {

Callers 1

launchRunFunction · 0.92

Calls 1

sendRpcRequestCallHelperFunction · 0.85

Tested by

no test coverage detected