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

Method isExclusive

bolt/common/caching/AsyncDataCache.h:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 bool isExclusive() const {
218 return numPins_ == kExclusive;
219 }
220
221 int32_t numPins() const {
222 return numPins_;

Callers 11

loadSyncMethod · 0.80
findOrCreateMethod · 0.80
loadOrFutureMethod · 0.80
updateStatsMethod · 0.80
appendSsdSaveableMethod · 0.80
removeFileEntriesMethod · 0.80
setEntryMethod · 0.80
newEntryMethod · 0.80
TEST_FFunction · 0.80
makePinsMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 4

newEntryMethod · 0.64
TEST_FFunction · 0.64
makePinsMethod · 0.64
TEST_FFunction · 0.64