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

Method ReadData

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

Source from the content-addressed store, hash-verified

142}
143
144func (s boolSliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
145 *(*[]bool)(value.Addr().UnsafePointer()) = ReadBoolSlice(ctx.Buffer(), ctx.Err())
146}
147
148// ============================================================================
149// int8SliceSerializer - optimized []int8 serialization

Callers 1

ReadMethod · 0.95

Calls 3

ReadBoolSliceFunction · 0.85
BufferMethod · 0.45
ErrMethod · 0.45

Tested by

no test coverage detected