MCPcopy 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
37uint8_t StreamReader::readUInt8() { return readUnsigned<uint8_t>(); }
38
39int8_t StreamReader::readInt8() { return static_cast<int8_t>(readUInt8()); }
40

Callers 3

SpriteFontMethod · 0.80
DT1Method · 0.80
loadLayerStreamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected