MCPcopy 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
129inline bool
130IPAddrPair::has_ip4() const
131{
132 return _ip4.has_value();
133}
134
135inline bool
136IPAddrPair::has_ip6() const

Callers 8

RecHttpLoadIpFunction · 0.80
printMethod · 0.80
test_RecHttp.ccFile · 0.80
get_outbound_ip4Method · 0.80
make_net_accept_optionsFunction · 0.80
ts_ip.ccFile · 0.80
mainFunction · 0.80
IPSrvPairMethod · 0.80

Calls 1

has_valueMethod · 0.45

Tested by

no test coverage detected