| 83 | } |
| 84 | |
| 85 | void align() { |
| 86 | if (m_scratchBits) { |
| 87 | ScratchType tmp{}; |
| 88 | readBitsInternal(tmp, m_scratchBits); |
| 89 | handleAlignErrors(tmp, std::integral_constant<bool, TConfig::CheckDataErrors>{}); |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | void currentReadPos(size_t pos) { |
| 94 | align(); |
nothing calls this directly
no outgoing calls
no test coverage detected