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

Function eps

control/controlclient/map_test.go:42–48  ·  view source on GitHub ↗
(s ...string)

Source from the content-addressed store, hash-verified

40)
41
42func eps(s ...string) []netip.AddrPort {
43 var eps []netip.AddrPort
44 for _, ep := range s {
45 eps = append(eps, netip.MustParseAddrPort(ep))
46 }
47 return eps
48}
49
50func TestUpdatePeersStateFromResponse(t *testing.T) {
51 var curTime time.Time

Callers 4

TestPeerChangeDiffFunction · 0.70
TestPatchifyPeersChangedFunction · 0.70
BenchmarkMapSessionDeltaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected