| 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; |
no outgoing calls
no test coverage detected