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

Method ReadWithTypeInfo

go/fory/slice.go:297–300  ·  view source on GitHub ↗
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)

Source from the content-addressed store, hash-verified

295}
296
297func (s *sliceSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) {
298 // typeInfo is already read, don't read it again
299 s.Read(ctx, refMode, false, false, value)
300}
301
302func (s *sliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) {
303 buf := ctx.Buffer()

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.95

Tested by

no test coverage detected