Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 603 | } |
| 604 | |
| 605 | func (s float64Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 606 | s.Read(ctx, refMode, false, false, value) |
| 607 | } |
| 608 | |
| 609 | // ============================================================================ |
| 610 | // float16Serializer - optimized float16 serialization |
Callers
nothing calls this directly
Tested by
no test coverage detected