| 33 | } |
| 34 | |
| 35 | [[nodiscard]] static inline unsigned int cellSizeBytes() { |
| 36 | return 4; |
| 37 | } |
| 38 | inline bool get_row_address(machine::Address &address, int row) const { |
| 39 | address = index0_offset + row * cellSizeBytes(); |
| 40 | return address >= index0_offset; |
nothing calls this directly
no outgoing calls
no test coverage detected