Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadByte
Function
ReadByte
Source/Engine/Serialization/ReadStream.h:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
FORCE_INLINE void ReadByte(byte* data)
47
{
48
ReadBytes(data, sizeof(byte));
49
}
50
51
FORCE_INLINE void ReadChar(Char* data)
52
{
Callers
1
Read
Method · 0.85
Calls
1
ReadBytes
Function · 0.85
Tested by
no test coverage detected