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

Method ReadData

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

Source from the content-addressed store, hash-verified

294}
295
296func (s int64SliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
297 *(*[]int64)(value.Addr().UnsafePointer()) = ReadInt64Slice(ctx.Buffer(), ctx.Err())
298}
299
300// ============================================================================
301// uint16SliceSerializer - optimized []uint16 serialization

Callers 1

ReadMethod · 0.95

Calls 3

ReadInt64SliceFunction · 0.85
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected