MCPcopy Create free account
hub / github.com/bytedance/bolt / checkedEntry

Method checkedEntry

bolt/common/caching/AsyncDataCache.h:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396 }
397
398 AsyncDataCacheEntry* checkedEntry() const {
399 assert(entry_);
400 return entry_;
401 }
402
403 bool operator<(const CachePin& other) const {
404 auto id1 = entry_->key_.fileNum.id();

Callers 13

loadDataMethod · 0.80
loadDataMethod · 0.80
loadSyncMethod · 0.80
loadPositionMethod · 0.80
loadMethod · 0.80
getSpaceMethod · 0.80
writeMethod · 0.80
loadOrFutureMethod · 0.80
readPinsFunction · 0.80
makePinsMethod · 0.80
writeMethod · 0.80
loadOneMethod · 0.80

Calls

no outgoing calls

Tested by 2

loadOneMethod · 0.64
TEST_FFunction · 0.64