MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetJwtPublicKeyCommand

Function GetJwtPublicKeyCommand

pkg/wshrpc/wshclient/wshclient.go:434–437  ·  view source on GitHub ↗

command "getjwtpublickey", wshserver.GetJwtPublicKeyCommand

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

Source from the content-addressed store, hash-verified

432
433// command "getjwtpublickey", wshserver.GetJwtPublicKeyCommand
434func GetJwtPublicKeyCommand(w *wshutil.WshRpc, opts *wshrpc.RpcOpts) (string, error) {
435 resp, err := sendRpcRequestCallHelper[string](w, "getjwtpublickey", nil, opts)
436 return resp, err
437}
438
439// command "getmeta", wshserver.GetMetaCommand
440func GetMetaCommand(w *wshutil.WshRpc, data wshrpc.CommandGetMetaData, opts *wshrpc.RpcOpts) (waveobj.MetaMapType, error) {

Callers 2

serverRunRouterFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected