Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ has_ip6
Method
has_ip6
include/tsutil/ts_ip.h:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
inline bool
136
IPAddrPair::has_ip6() const
137
{
138
return _ip6.has_value();
139
}
140
141
inline swoc::IP4Addr const &
142
IPAddrPair::ip4() const
Callers
8
RecHttpLoadIp
Function · 0.80
print
Method · 0.80
test_RecHttp.cc
File · 0.80
get_outbound_ip6
Method · 0.80
make_net_accept_options
Function · 0.80
ts_ip.cc
File · 0.80
main
Function · 0.80
IPSrvPair
Method · 0.80
Calls
1
has_value
Method · 0.45
Tested by
no test coverage detected