| 111 | } |
| 112 | |
| 113 | bool DB_Wrap::get_swapped() const |
| 114 | { |
| 115 | return m_swapped; |
| 116 | } |
| 117 | |
| 118 | void verify_checksum(uint8_t *page, size_t pagesize, bool crypto, bool swapped, |
| 119 | bool *verify_bool, uint32_t *verify_cksum) |
no outgoing calls
no test coverage detected