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

Method read_be64

lib/core/bytes.cc:359–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359uint64_t ByteReader::read_be64()
360{
361 return ((uint64_t)read_be32() << 32) | read_be32();
362}
363
364ByteWriter& ByteWriter::append(std::istream& stream, size_t length)
365{

Callers 2

decodeSectorRecordMethod · 0.80
readRaw64Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected