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

Method ReadData

go/fory/slice_dyn.go:261–263  ·  view source on GitHub ↗
(ctx *ReadContext, value reflect.Value)

Source from the content-addressed store, hash-verified

259}
260
261func (s sliceDynSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
262 s.readData(ctx, value, -1)
263}
264
265func (s sliceDynSerializer) readData(ctx *ReadContext, value reflect.Value, expectedLength int) {
266 buf := ctx.Buffer()

Callers 1

ReadMethod · 0.95

Calls 1

readDataMethod · 0.95

Tested by

no test coverage detected