| 248 | return blockSizes; |
| 249 | } |
| 250 | int getBlockSize() override { |
| 251 | return blockSize; |
| 252 | } |
| 253 | void setBlockSize(int blockSize) override { |
| 254 | if (blockSize == this->blockSize) |
| 255 | return; |
nothing calls this directly
no outgoing calls
no test coverage detected