MCPcopy Create free account
hub / github.com/apache/fory / read_uint64

Method read_uint64

cpp/fory/serialization/context.h:544–546  ·  view source on GitHub ↗

Read uint64_t value from buffer (fixed 8 bytes). Sets error on failure.

Source from the content-addressed store, hash-verified

542
543 /// Read uint64_t value from buffer (fixed 8 bytes). Sets error on failure.
544 FORY_ALWAYS_INLINE uint64_t read_uint64(Error &error) {
545 return buffer().read_uint64(error);
546 }
547
548 /// Read int64_t value from buffer (fixed 8 bytes). Sets error on failure.
549 FORY_ALWAYS_INLINE int64_t read_int64(Error &error) {

Callers 5

read_configurable_intFunction · 0.45
read_configured_scalarFunction · 0.45
read_union_value_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected