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

Method begin

include/proxy/hdrs/MIME.h:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343};
344
345inline auto
346MIMEHdrImpl::begin() -> iterator
347{
348 return iterator(&m_first_fblock, 0);
349}
350
351inline auto
352MIMEHdrImpl::end() -> iterator

Callers 6

containsMethod · 0.45
containsMethod · 0.45
containsMethod · 0.45
sortMethod · 0.45
_GetTrieMethod · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected