MCPcopy Index your code
hub / github.com/tailscale/tailscale / Addresses

Method Addresses

tailcfg/tailcfg_view.go:204–204  ·  view source on GitHub ↗

Addresses are the IP addresses of this Node directly.

()

Source from the content-addressed store, hash-verified

202
203// Addresses are the IP addresses of this Node directly.
204func (v NodeView) Addresses() views.Slice[netip.Prefix] { return views.SliceOf(v.ж.Addresses) }
205
206// AllowedIPs are the IP ranges to route to this node.
207//

Callers 15

UpdateNetstackIPsMethod · 0.95
setUpServiceStateFunction · 0.80
peerChangeDiffFunction · 0.80
GetAddressesMethod · 0.80
PeerByTailscaleIPMethod · 0.80
PeerForIPMethod · 0.80
cidrIsSubnetFunction · 0.80
PingMethod · 0.80
nodeHasCapFunction · 0.80
upsertPeerLockedMethod · 0.80
PeerRelaysMethod · 0.80

Calls 1

SliceOfFunction · 0.92

Tested by 7

setUpServiceStateFunction · 0.64
IPMethod · 0.64
peerStatusFromNodeFunction · 0.64
TestRefreshFunction · 0.64
PingMethod · 0.64
TestConfigureExitNodeFunction · 0.64