MCPcopy Create free account
hub / github.com/crossuo/crossuo / WriteInt32LE

Method WriteInt32LE

xuocore/mappedfile.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 WriteDataBE((uint8_t *)&val, sizeof(int32_t), offset);
82 }
83 void WriteInt32LE(int32_t val, const intptr_t &offset = 0)
84 {
85 WriteDataLE((uint8_t *)&val, sizeof(int32_t), offset);
86 }
87
88 void WriteInt64BE(int64_t val, const intptr_t &offset = 0)
89 {

Callers 2

SaveMethod · 0.80
SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected