Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 168 | } |
| 169 | |
| 170 | func (s stringSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 171 | s.Read(ctx, refMode, false, false, value) |
| 172 | } |
| 173 | |
| 174 | // ptrToStringSerializer serializes a pointer to string |
| 175 | type ptrToStringSerializer struct{} |
Callers
nothing calls this directly
Tested by
no test coverage detected