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

Method setSsdFile

bolt/common/caching/AsyncDataCache.h:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 void setExclusiveToShared(bool cacheable = true);
243
244 void setSsdFile(SsdFile* file, uint64_t offset) {
245 ssdFile_ = file;
246 ssdOffset_ = offset;
247 ssdSaveable_ = false;
248 }
249
250 void setCacheable(bool cacheable) {
251 cacheable_ = cacheable;

Callers 3

loadMethod · 0.80
writeMethod · 0.80
removeEntryLockedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected