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

Method readRaw8

lib/decoders/decoders.cc:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142uint8_t Decoder::readRaw8()
143{
144 return toBytes(readRawBits(8)).reader().read_8();
145}
146
147uint16_t Decoder::readRaw16()
148{

Callers

nothing calls this directly

Calls 3

read_8Method · 0.80
readerMethod · 0.80
toBytesFunction · 0.50

Tested by

no test coverage detected