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

Method begin

include/cripts/Certs.hpp:335–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 [[nodiscard]] Iterator
336 begin() const
337 {
338 ensureLoaded();
339 return Iterator(_data.begin());
340 }
341
342 [[nodiscard]] Iterator
343 end() const

Callers

nothing calls this directly

Calls 2

IteratorClass · 0.70
beginMethod · 0.45

Tested by

no test coverage detected