()
| 199 | } |
| 200 | func (v NodeView) Machine() key.MachinePublic { return v.ж.Machine } |
| 201 | func (v NodeView) DiscoKey() key.DiscoPublic { return v.ж.DiscoKey } |
| 202 | |
| 203 | // Addresses are the IP addresses of this Node directly. |
| 204 | func (v NodeView) Addresses() views.Slice[netip.Prefix] { return views.SliceOf(v.ж.Addresses) } |
no outgoing calls