MCPcopy Create free account
hub / github.com/4paradigm/OpenMLDB / GetInt32

Function GetInt32

src/codec/field_codec.h:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179static inline void GetInt32(const char* ch, void* res) {
180 memcpy(res, ch, 4);
181 memrev32ifbe(static_cast<void*>(res));
182}
183
184static inline void GetInt64(const char* ch, void* res) {
185 memcpy(res, ch, 8);

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68