MCPcopy Create free account
hub / github.com/facebook/CacheLib / getKeySize

Method getKeySize

cachelib/interface/CacheItem.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace facebook::cachelib::interface {
20
21uint32_t CacheItem::getKeySize() const noexcept { return getKey().size(); }
22
23} // namespace facebook::cachelib::interface

Callers 1

checkItemFieldsMethod · 0.80

Calls 2

getKeyFunction · 0.50
sizeMethod · 0.45

Tested by 1

checkItemFieldsMethod · 0.64