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

Method end

include/cripts/Headers.hpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 cripts::string_view iterate(); // This is a little helper for the iterators
382
383 [[nodiscard]] Iterator
384 end() const
385 {
386 return Iterator::end(); // Static end iterator. ToDo: Does this have any value over making a new one always?
387 }
388
389 // This should only be called from the Context initializers!
390 void

Callers 1

SortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected