| 374 | } |
| 375 | |
| 376 | void |
| 377 | StripeSM::vol_init_data() |
| 378 | { |
| 379 | // iteratively calculate start + buckets |
| 380 | this->vol_init_data_internal(); |
| 381 | this->vol_init_data_internal(); |
| 382 | this->vol_init_data_internal(); |
| 383 | } |
| 384 | |
| 385 | void |
| 386 | StripeSM::updateLiveData([[maybe_unused]] enum Copy c) |
no test coverage detected