Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ setEntry
Method
setEntry
bolt/common/caching/AsyncDataCache.h:425–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
void setEntry(AsyncDataCacheEntry* entry) {
426
release();
427
BOLT_CHECK(entry->isExclusive() || entry->isShared());
428
entry_ = entry;
429
}
430
431
AsyncDataCacheEntry* entry_{nullptr};
432
Callers
3
findOrCreate
Method · 0.80
initEntry
Method · 0.80
appendSsdSaveable
Method · 0.80
Calls
2
isExclusive
Method · 0.80
isShared
Method · 0.80
Tested by
no test coverage detected