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

Method end

include/tsutil/Metrics.h:238–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 }
237
238 iterator
239 end() const
240 {
241 auto [blob, offset] = _storage->current();
242
243 return iterator(*this, _makeId(blob, offset));
244 }
245
246 iterator
247 find(const std::string_view name) const

Callers 1

transform_lowerFunction · 0.45

Calls 2

currentMethod · 0.80
iteratorClass · 0.70

Tested by

no test coverage detected