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

Method read_uint8

cpp/fory/serialization/context.h:514–516  ·  view source on GitHub ↗

Read uint8_t value from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

512
513 /// Read uint8_t value from buffer. Sets error on failure.
514 FORY_ALWAYS_INLINE uint8_t read_uint8(Error &error) {
515 return buffer().read_uint8(error);
516 }
517
518 /// Read int8_t value from buffer. Sets error on failure.
519 FORY_ALWAYS_INLINE int8_t read_int8(Error &error) {

Callers 15

read_type_infoMethod · 0.45
readMethod · 0.45
read_dataMethod · 0.45
read_type_infoMethod · 0.45
readMethod · 0.45
read_type_infoMethod · 0.45
readMethod · 0.45
read_type_infoMethod · 0.45
readMethod · 0.45
read_type_infoMethod · 0.45
readMethod · 0.45
read_type_infoMethod · 0.45

Calls

no outgoing calls

Tested by 1

run_test_bufferFunction · 0.36