Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
uint16_t Decoder::readRaw16()
148
{
149
return toBytes(readRawBits(16)).reader().read_be16();
150
}
151
152
uint32_t Decoder::readRaw20()
153
{
Callers
nothing calls this directly
Calls
3
read_be16
Method · 0.80
reader
Method · 0.80
toBytes
Function · 0.50
Tested by
no test coverage detected