MCPcopy Create free account
hub / github.com/PasarGuard/node / GetPublicKey

Method GetPublicKey

common/service.pb.go:1242–1247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1240}
1241
1242func (x *Wireguard) GetPublicKey() string {
1243 if x != nil {
1244 return x.PublicKey
1245 }
1246 return ""
1247}
1248
1249func (x *Wireguard) GetPeerIps() []string {
1250 if x != nil {

Callers 2

collectDesiredPeersMethod · 0.80
normalizeUsersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected