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

Method mark

lib/swoc/include/swoc/IPRange.h:1650–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1648};
1649
1650inline auto
1651IPRangeSet::mark(swoc::IPRange const &r) -> self_type & {
1652 _addrs.mark(r, MARK);
1653 return *this;
1654}
1655
1656inline auto
1657IPRangeSet::fill(swoc::IPRange const &r) -> self_type & {

Callers 4

test_ip.ccFile · 0.45
parseMethod · 0.45
ex_Lexicon.ccFile · 0.45
fillMethod · 0.45

Calls 3

isMethod · 0.45
ip4Method · 0.45
ip6Method · 0.45

Tested by

no test coverage detected