Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 208 | } |
| 209 | |
| 210 | func (s *ptrToValueSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 211 | s.Read(ctx, refMode, false, false, value) |
| 212 | } |
| 213 | |
| 214 | // ============================================================================ |
| 215 | // ptrToInterfaceSerializer - pointer to interface type |
Callers
nothing calls this directly
Tested by
no test coverage detected