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

Function GetPublicKey

pkg/wavejwt/wavejwt.go:66–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64}
65
66func GetPublicKey() []byte {
67 globalLock.Lock()
68 defer globalLock.Unlock()
69 return publicKey
70}
71
72func GetPublicKeyBase64() string {
73 pubKey := GetPublicKey()

Callers 2

StartJobFunction · 0.92
GetPublicKeyBase64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected