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

Function Read

src/codec/memcomparable_format.h:311–317  ·  view source on GitHub ↗

Read the next @param size bytes. */

Source from the content-addressed store, hash-verified

309 Read the next @param size bytes.
310*/
311__attribute__((unused)) static const uchar *Read(const uint32_t size,
312 const uchar **usrc) {
313 const uchar *res;
314 res = *usrc;
315 *usrc += size;
316 return res;
317}
318
319/*
320 Calculate the number of used bytes in the chunk and whether this is the

Callers 1

UnpackStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected