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

Method begin

lib/swoc/include/swoc/IPRange.h:1635–1638  ·  view source on GitHub ↗

@return Iterator to first range.

Source from the content-addressed store, hash-verified

1633
1634 /// @return Iterator to first range.
1635 const_iterator
1636 begin() const {
1637 return _addrs.begin();
1638 }
1639 /// @return Iterator past last range.
1640 const_iterator
1641 end() const {

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected