MCPcopy Create free account
hub / github.com/PasarGuard/node / wireGuardServerIP

Function wireGuardServerIP

backend/wireguard/integration_e2e_test.go:171–174  ·  view source on GitHub ↗
(t *testing.T, wg *WireGuard)

Source from the content-addressed store, hash-verified

169}
170
171func wireGuardServerIP(t *testing.T, wg *WireGuard) string {
172 t.Helper()
173 return wireGuardServerIPByFamily(t, wg, false)
174}
175
176func wireGuardServerPublicKey(t *testing.T, wg *WireGuard) string {
177 t.Helper()

Callers 1

startWGHTTPServerFunction · 0.85

Calls 1

Tested by

no test coverage detected