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

Method isShared

bolt/common/caching/AsyncDataCache.h:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 bool isShared() const {
214 return numPins_ > 0;
215 }
216
217 bool isExclusive() const {
218 return numPins_ == kExclusive;

Callers 6

updateStatsMethod · 0.80
removeFileEntriesMethod · 0.80
setEntryMethod · 0.80
makePinsMethod · 0.80
loadOneMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

loadOneMethod · 0.64
TEST_FFunction · 0.64