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

Method readUInt32

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

Source from the content-addressed store, hash-verified

43int16_t StreamReader::readInt16() { return static_cast<int16_t>(readUInt16()); }
44
45uint32_t StreamReader::readUInt32() { return readUnsigned<uint32_t>(); }
46
47int32_t StreamReader::readInt32() { return static_cast<int32_t>(readUInt32()); }
48

Callers 3

DT1Method · 0.80
DC6FrameMethod · 0.80
DC6Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected