Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 295 | } |
| 296 | |
| 297 | func (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 | |
| 302 | func (s *sliceSerializer) ReadData(ctx *ReadContext, value reflect.Value) { |
| 303 | buf := ctx.Buffer() |
Callers
nothing calls this directly
Tested by
no test coverage detected