Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadInt32
Function
ReadInt32
Source/Engine/Serialization/ReadStream.h:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
FORCE_INLINE void ReadInt32(int32* data)
82
{
83
ReadBytes(data, sizeof(int32));
84
}
85
86
FORCE_INLINE void ReadUint64(uint64* data)
87
{
Callers
4
ReadString
Method · 0.85
Read
Function · 0.85
Read
Method · 0.85
ReadJson
Method · 0.85
Calls
1
ReadBytes
Function · 0.85
Tested by
no test coverage detected