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

Method read_be48

lib/core/bytes.cc:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354uint64_t ByteReader::read_be48()
355{
356 return ((uint64_t)read_be16() << 32) | read_be32();
357}
358
359uint64_t ByteReader::read_be64()
360{

Callers 1

readRaw48Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected