MCPcopy 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

readStringFunction · 0.70
level_unpackSnapshotFunction · 0.50
groups_loadFromSnapshotFunction · 0.50
readSectorFromSnapshotFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected