Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
662
template <typename H>
663
size_t
664
IntrusiveHashMap<H>::bucket_count() const {
665
return _table.size();
666
}
667
668
template <typename H>
669
auto
Callers
2
test_IntrusiveHashMap.cc
File · 0.80
memoryUsed
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected