Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ablab/spades
/ bucket_count
Method
bucket_count
ext/include/tsl/array-hash/array_hash.h:1316–1316 ·
view source on GitHub ↗
* Bucket interface */
Source
from the content-addressed store, hash-verified
1314
* Bucket interface
1315
*/
1316
size_type bucket_count() const { return m_buckets_data.size(); }
1317
1318
size_type max_bucket_count() const {
1319
return std::min(GrowthPolicy::max_bucket_count(),
Callers
1
rehash_impl
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected