Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadData
Method · 0.80
loadData
Method · 0.80
loadSync
Method · 0.80
loadPosition
Method · 0.80
load
Method · 0.80
getSpace
Method · 0.80
write
Method · 0.80
loadOrFuture
Method · 0.80
readPins
Function · 0.80
makePins
Method · 0.80
write
Method · 0.80
loadOne
Method · 0.80
Calls
no outgoing calls
Tested by
2
loadOne
Method · 0.64
TEST_F
Function · 0.64