Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ has_ip4
Method
has_ip4
include/tsutil/ts_ip.h:129–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
inline bool
130
IPAddrPair::has_ip4() const
131
{
132
return _ip4.has_value();
133
}
134
135
inline bool
136
IPAddrPair::has_ip6() const
Callers
8
RecHttpLoadIp
Function · 0.80
print
Method · 0.80
test_RecHttp.cc
File · 0.80
get_outbound_ip4
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