MCPcopy 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

findOrCreateMethod · 0.80
initEntryMethod · 0.80
appendSsdSaveableMethod · 0.80

Calls 2

isExclusiveMethod · 0.80
isSharedMethod · 0.80

Tested by

no test coverage detected