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

Method max

lib/swoc/include/swoc/IPRange.h:2071–2074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2069}
2070
2071inline IPAddr
2072IPRangeView::max() const {
2073 return AF_INET == _family ? _raw._4->max() : AF_INET6 == _family ? _raw._6->max() : IPAddr::INVALID;
2074}
2075
2076inline bool IPRangeView::contains(IPAddr const& addr) const {
2077 if (_family != addr.family()) {

Callers 10

operator==Function · 0.45
NodeClass · 0.45
structure_fixupMethod · 0.45
findMethod · 0.45
lower_nodeMethod · 0.45
intersectionMethod · 0.45
DiscreteRange.hFile · 0.45
blendMethod · 0.45
as_rangeMethod · 0.45
is_validMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected