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

Method readRaw16

lib/decoders/decoders.cc:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147uint16_t Decoder::readRaw16()
148{
149 return toBytes(readRawBits(16)).reader().read_be16();
150}
151
152uint32_t Decoder::readRaw20()
153{

Callers

nothing calls this directly

Calls 3

read_be16Method · 0.80
readerMethod · 0.80
toBytesFunction · 0.50

Tested by

no test coverage detected