IsZero reports whether k is the zero value.
()
| 231 | |
| 232 | // IsZero reports whether k is the zero value. |
| 233 | func (k NodePublic) IsZero() bool { |
| 234 | return k == NodePublic{} |
| 235 | } |
| 236 | |
| 237 | // ShortString returns the Tailscale conventional debug representation |
| 238 | // of a public key: the first five base64 digits of the key, in square |
no outgoing calls