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

Method read_bf16

cpp/fory/serialization/context.h:569–571  ·  view source on GitHub ↗

Read bfloat16_t from buffer. Sets error on failure.

Source from the content-addressed store, hash-verified

567
568 /// Read bfloat16_t from buffer. Sets error on failure.
569 FORY_ALWAYS_INLINE bfloat16_t read_bf16(Error &error) {
570 return buffer().read_bf16(error);
571 }
572
573 /// Read uint32_t value as varint from buffer. Sets error on failure.
574 FORY_ALWAYS_INLINE uint32_t read_var_uint32(Error &error) {

Callers 6

read_scalarFunction · 0.45
readMethod · 0.45
read_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected