MCPcopy Create free account
hub / github.com/apache/trafficserver / has_value

Method has_value

include/tsutil/ts_ip.h:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121inline IPAddrPair::IPAddrPair(const swoc::IP4Addr &addr4, const swoc::IP6Addr &addr6) : _ip4(addr4), _ip6(addr6) {}
122
123inline bool
124IPAddrPair::has_value() const
125{
126 return _ip4.has_value() || _ip6.has_value();
127}
128
129inline bool
130IPAddrPair::has_ip4() const

Callers 15

convertMethod · 0.45
Errata.ccFile · 0.45
updateMethod · 0.45
has_severityMethod · 0.45
Errata.hFile · 0.45
populate_sni_actionsMethod · 0.45
_ssl_read_bufferMethod · 0.45
RecHttpLoadIpFunction · 0.45
get_outbound_sniMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected