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

Method read_float

cpp/fory/serialization/context.h:554–556  ·  view source on GitHub ↗

Read float value from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

552
553 /// Read float value from buffer. Sets error on failure.
554 FORY_ALWAYS_INLINE float read_float(Error &error) {
555 return buffer().read_float(error);
556 }
557
558 /// Read double value from buffer. Sets error on failure.
559 FORY_ALWAYS_INLINE double read_double(Error &error) {

Callers 6

run_test_bufferFunction · 0.45
read_scalarFunction · 0.45
readMethod · 0.45
read_dataMethod · 0.45

Calls

no outgoing calls

Tested by 1

run_test_bufferFunction · 0.36