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

Method ReadData

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

Source from the content-addressed store, hash-verified

532}
533
534func (s intSliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
535 *(*[]int)(value.Addr().UnsafePointer()) = ReadIntSlice(ctx.Buffer(), ctx.Err())
536}
537
538// ============================================================================
539// uintSliceSerializer - optimized []uint serialization

Callers 1

ReadMethod · 0.95

Calls 3

ReadIntSliceFunction · 0.85
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected