MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ReadInt64

Function ReadInt64

Source/Engine/Serialization/ReadStream.h:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 FORCE_INLINE void ReadInt64(int64* data)
92 {
93 ReadBytes(data, sizeof(int64));
94 }
95
96 FORCE_INLINE void ReadFloat(float* data)
97 {

Callers 1

ReadMethod · 0.85

Calls 1

ReadBytesFunction · 0.85

Tested by

no test coverage detected