MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / readRawBits

Method readRawBits

lib/decoders/decoders.cc:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135std::vector<bool> Decoder::readRawBits(unsigned count)
136{
137 auto bits = _decoder->readBits(count);
138 _recordBits.insert(_recordBits.end(), bits.begin(), bits.end());
139 return bits;
140}
141
142uint8_t Decoder::readRaw8()
143{

Callers

nothing calls this directly

Calls 3

readBitsMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected