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

Method GetJwtPublicKeyCommand

pkg/wshrpc/wshserver/wshserver.go:71–73  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

69var WshServerImpl = WshServer{}
70
71func (ws *WshServer) GetJwtPublicKeyCommand(ctx context.Context) (string, error) {
72 return wavejwt.GetPublicKeyBase64(), nil
73}
74
75func (ws *WshServer) TestCommand(ctx context.Context, data string) error {
76 defer func() {

Callers

nothing calls this directly

Calls 1

GetPublicKeyBase64Function · 0.92

Tested by

no test coverage detected