Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ readU32
Function
readU32
TheForceEngine/TFE_Editor/snapshotReaderWriter.cpp:68–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
u32 readU32()
69
{
70
u32 value;
71
memcpy(&value, s_readBuffer, sizeof(u32));
72
s_readBuffer += sizeof(u32);
73
return value;
74
}
75
76
s32 readS32()
77
{
Callers
12
readString
Function · 0.70
level_unpackEntiyListSnapshot
Function · 0.50
level_unpackSectorSnapshot
Function · 0.50
level_unpackSectorWallSnapshot
Function · 0.50
level_unpackSectorAttribSnapshot
Function · 0.50
level_unpackSnapshot
Function · 0.50
level_unpackGuidelineSnapshot
Function · 0.50
groups_loadFromSnapshot
Function · 0.50
readSectorFromSnapshot
Function · 0.50
readFromSectorAttribSnapshot
Function · 0.50
readLevelNoteFromSnapshot
Function · 0.50
readGuidelineFromSnapshot
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected