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

Function nodeViews

types/netmap/netmap_test.go:39–45  ·  view source on GitHub ↗
(v []*tailcfg.Node)

Source from the content-addressed store, hash-verified

37}
38
39func nodeViews(v []*tailcfg.Node) []tailcfg.NodeView {
40 nv := make([]tailcfg.NodeView, len(v))
41 for i, n := range v {
42 nv[i] = n.View()
43 }
44 return nv
45}
46
47func eps(s ...string) []netip.AddrPort {
48 var eps []netip.AddrPort

Callers 2

TestNetworkMapConciseFunction · 0.70
TestConciseDiffFromFunction · 0.70

Calls 1

ViewMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…