Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidgiven/fluxengine
/ readRaw8
Method
readRaw8
lib/decoders/decoders.cc:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
uint8_t Decoder::readRaw8()
143
{
144
return toBytes(readRawBits(8)).reader().read_8();
145
}
146
147
uint16_t Decoder::readRaw16()
148
{
Callers
nothing calls this directly
Calls
3
read_8
Method · 0.80
reader
Method · 0.80
toBytes
Function · 0.50
Tested by
no test coverage detected