Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
292
type
PingAddr
struct
{ addr netip.Addr }
293
294
func
(ia PingAddr) String() string {
295
return
ia.addr.String()
296
}
297
298
func
(ia PingAddr) Network() string {
299
if
ia.addr.Is4() {
Callers
3
tryOneName
Method · 0.45
LookupContextHost
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected