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

Method count

lib/swoc/include/swoc/IntrusiveHashMap.h:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655
656template <typename H>
657size_t
658IntrusiveHashMap<H>::count() const {
659 return _list.count();
660}
661
662template <typename H>
663size_t

Callers 1

insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected