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

Method ReadData

go/fory/slice_primitive.go:410–412  ·  view source on GitHub ↗
(ctx *ReadContext, value reflect.Value)

Source from the content-addressed store, hash-verified

408}
409
410func (s uint64SliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
411 *(*[]uint64)(value.Addr().UnsafePointer()) = ReadUint64Slice(ctx.Buffer(), ctx.Err())
412}
413
414// ============================================================================
415// float32SliceSerializer - optimized []float32 serialization

Callers 1

ReadMethod · 0.95

Calls 3

ReadUint64SliceFunction · 0.85
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected