Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
359
uint64_t ByteReader::read_be64()
360
{
361
return ((uint64_t)read_be32() << 32) | read_be32();
362
}
363
364
ByteWriter& ByteWriter::append(std::istream& stream, size_t length)
365
{
Callers
2
decodeSectorRecord
Method · 0.80
readRaw64
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected