Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ readUInt8
Method
readUInt8
src/Abyss/Streams/StreamReader.cpp:37–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
uint8_t StreamReader::readUInt8() { return readUnsigned<uint8_t>(); }
38
39
int8_t StreamReader::readInt8() { return static_cast<int8_t>(readUInt8()); }
40
Callers
3
SpriteFont
Method · 0.80
DT1
Method · 0.80
loadLayerStreams
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected