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

Method bucket_count

lib/swoc/include/swoc/IntrusiveHashMap.h:663–666  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661
662template <typename H>
663size_t
664IntrusiveHashMap<H>::bucket_count() const {
665 return _table.size();
666}
667
668template <typename H>
669auto

Callers 2

memoryUsedMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected