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

Method read_int8

cpp/fory/serialization/context.h:519–521  ·  view source on GitHub ↗

Read int8_t value from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

517
518 /// Read int8_t value from buffer. Sets error on failure.
519 FORY_ALWAYS_INLINE int8_t read_int8(Error &error) {
520 return buffer().read_int8(error);
521 }
522
523 /// Read uint16_t value from buffer. Sets error on failure.
524 FORY_ALWAYS_INLINE uint16_t read_uint16(Error &error) {

Callers 15

readMethod · 0.45
run_test_bufferFunction · 0.45
read_scalarFunction · 0.45
read_int_targetFunction · 0.45
read_uint_targetFunction · 0.45
read_union_ref_flagFunction · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 1

run_test_bufferFunction · 0.36