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

Method ReadData

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

Source from the content-addressed store, hash-verified

484}
485
486func (s float64SliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
487 *(*[]float64)(value.Addr().UnsafePointer()) = ReadFloat64Slice(ctx.Buffer(), ctx.Err())
488}
489
490// ============================================================================
491// intSliceSerializer - optimized []int serialization

Callers 1

ReadMethod · 0.95

Calls 3

ReadFloat64SliceFunction · 0.85
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected