Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
66
func
GetPublicKey() []byte {
67
globalLock.Lock()
68
defer
globalLock.Unlock()
69
return
publicKey
70
}
71
72
func
GetPublicKeyBase64() string {
73
pubKey := GetPublicKey()
Callers
2
StartJob
Function · 0.92
GetPublicKeyBase64
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected