MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / readInt8

Method readInt8

src/Abyss/Streams/StreamReader.cpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37uint8_t StreamReader::readUInt8() { return readUnsigned<uint8_t>(); }
38
39int8_t StreamReader::readInt8() { return static_cast<int8_t>(readUInt8()); }
40
41uint16_t StreamReader::readUInt16() { return readUnsigned<uint16_t>(); }
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected