Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ readInt32
Method
readInt32
src/Abyss/Streams/StreamReader.cpp:47–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
uint32_t StreamReader::readUInt32() { return readUnsigned<uint32_t>(); }
46
47
int32_t StreamReader::readInt32() { return static_cast<int32_t>(readUInt32()); }
48
49
uint64_t StreamReader::readUInt64() { return readUnsigned<uint64_t>(); }
50
Callers
3
DT1
Method · 0.80
DC6Frame
Method · 0.80
DS1
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected