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

Method DiscoKey

tailcfg/tailcfg_view.go:201–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

peerChangeDiffFunction · 0.80
TestUpdateDiscoForNodeFunction · 0.80
printPeerConciseFunction · 0.80
nodeConciseEqualFunction · 0.80
onOpenTimeoutMethod · 0.80
WGCfgFunction · 0.80
updateRelayServersSetMethod · 0.80
upsertPeerLockedMethod · 0.80
RemovePeerMethod · 0.80

Calls

no outgoing calls