MCPcopy Create free account
hub / github.com/CCob/lsarelayx / align

Method align

plugin/include/bitsery/deserializer.h:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected