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

Function eps

types/netmap/netmap_test.go:47–53  ·  view source on GitHub ↗
(s ...string)

Source from the content-addressed store, hash-verified

45}
46
47func eps(s ...string) []netip.AddrPort {
48 var eps []netip.AddrPort
49 for _, ep := range s {
50 eps = append(eps, netip.MustParseAddrPort(ep))
51 }
52 return eps
53}
54
55func TestNetworkMapConcise(t *testing.T) {
56 for _, tt := range []struct {

Callers 3

TestNetworkMapConciseFunction · 0.70
TestConciseDiffFromFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected