Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ bucket_for
Method
bucket_for
lib/swoc/include/swoc/IntrusiveHashMap.h:391–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
390
template <typename H>
391
auto
392
IntrusiveHashMap<H>::bucket_for(key_type key) -> Bucket * {
393
return &_table[H::hash_of(key) % _table.size()];
394
}
395
396
template <typename H>
397
auto
Callers
3
find
Method · 0.95
insert
Method · 0.95
erase
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected