Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ readInt16
Method
readInt16
src/Abyss/Streams/StreamReader.cpp:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
uint16_t StreamReader::readUInt16() { return readUnsigned<uint16_t>(); }
42
43
int16_t StreamReader::readInt16() { return static_cast<int16_t>(readUInt16()); }
44
45
uint32_t StreamReader::readUInt32() { return readUnsigned<uint32_t>(); }
46
Callers
1
DT1
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected