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

Method read_double

cpp/fory/serialization/context.h:559–561  ·  view source on GitHub ↗

Read double value from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

557
558 /// Read double value from buffer. Sets error on failure.
559 FORY_ALWAYS_INLINE double read_double(Error &error) {
560 return buffer().read_double(error);
561 }
562
563 /// Read float16_t from buffer. Sets error on failure.
564 FORY_ALWAYS_INLINE float16_t read_f16(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