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