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

Method limit

lib/swoc/include/swoc/IntrusiveHashMap.h:330–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328// a search loop on an empty bucket because that will start with a nullptr candidate, matching the limit.
329template <typename H>
330auto
331IntrusiveHashMap<H>::Bucket::limit() const -> value_type * {
332 Bucket *n{_link._next};
333 return n ? n->_v : nullptr;
334};
335
336template <typename H>
337void

Callers 4

containsMethod · 0.95
findMethod · 0.45
insertMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected