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

Method ReadData

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

Source from the content-addressed store, hash-verified

370}
371
372func (s uint32SliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
373 *(*[]uint32)(value.Addr().UnsafePointer()) = ReadUint32Slice(ctx.Buffer(), ctx.Err())
374}
375
376// ============================================================================
377// uint64SliceSerializer - optimized []uint64 serialization

Callers 1

ReadMethod · 0.95

Calls 3

ReadUint32SliceFunction · 0.85
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected