MCPcopy
hub / github.com/WireGuard/wireguard-go / String

Method String

tun/netstack/tun.go:294–296  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292type PingAddr struct{ addr netip.Addr }
293
294func (ia PingAddr) String() string {
295 return ia.addr.String()
296}
297
298func (ia PingAddr) Network() string {
299 if ia.addr.Is4() {

Callers 3

tryOneNameMethod · 0.45
LookupContextHostMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected