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

Method begin

include/tscore/List.h:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420template <class C, class L>
421auto
422DLL<C, L>::begin() -> iterator
423{
424 return iterator{head};
425}
426
427template <class C, class L>
428auto

Callers 2

serializeFunction · 0.45
inMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected