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

Method begin

include/cripts/Certs.hpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 }; // End class CertBase::SAN::Iterator
503
504 [[nodiscard]] Iterator
505 begin() const
506 {
507 auto it = Iterator(this);
508
509 return it;
510 }
511
512 [[nodiscard]] Iterator
513 end() const

Callers 15

parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
beginMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
SortMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected