| 18 | |
| 19 | struct Write { |
| 20 | Write(int16_t offset, int16_t x, int16_t y, |
| 21 | Compactor::WriteDirection direction, int16_t count) |
| 22 | : offset(offset), x(x), y(y), direction(direction), count(count) {} |
| 23 | |
| 24 | int16_t offset; |
| 25 | int16_t x; |
nothing calls this directly
no outgoing calls
no test coverage detected