Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadSync
Method · 0.80
findOrCreate
Method · 0.80
loadOrFuture
Method · 0.80
updateStats
Method · 0.80
appendSsdSaveable
Method · 0.80
removeFileEntries
Method · 0.80
setEntry
Method · 0.80
newEntry
Method · 0.80
TEST_F
Function · 0.80
makePins
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
4
newEntry
Method · 0.64
TEST_F
Function · 0.64
makePins
Method · 0.64
TEST_F
Function · 0.64