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

Method ReadData

go/fory/field_serializer.go:95–97  ·  view source on GitHub ↗
(ctx *ReadContext, value reflect.Value)

Source from the content-addressed store, hash-verified

93}
94
95func (s encodedByteSliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
96 byteSliceSerializer{}.ReadData(ctx, value)
97}
98
99func (s encodedByteSliceSerializer) Read(ctx *ReadContext, refMode RefMode, readType bool, hasGenerics bool, value reflect.Value) {
100 _ = hasGenerics

Callers 1

ReadMethod · 0.95

Calls 1

ReadDataMethod · 0.65

Tested by

no test coverage detected