MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / readF32

Function readF32

TheForceEngine/TFE_Editor/snapshotReaderWriter.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 f32 readF32()
85 {
86 f32 value;
87 memcpy(&value, s_readBuffer, sizeof(f32));
88 s_readBuffer += sizeof(f32);
89 return value;
90 }
91
92 void readData(void* dstData, u32 size)
93 {

Callers 3

readSectorFromSnapshotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected