Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 284 | } |
| 285 | |
| 286 | func (s *arrayConcreteValueSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 287 | s.Read(ctx, refMode, false, false, value) |
| 288 | } |
| 289 | |
| 290 | // arrayDynSerializer wraps sliceDynSerializer for arrays with interface element types. |
| 291 | // It converts arrays to slices and delegates to sliceDynSerializer. |
Callers
nothing calls this directly
Tested by
no test coverage detected