Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 661 | } |
| 662 | |
| 663 | func (s float16Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 664 | s.Read(ctx, refMode, false, false, value) |
| 665 | } |
| 666 | |
| 667 | // ============================================================================ |
| 668 | // bfloat16Serializer - optimized bfloat16 serialization |
Callers
nothing calls this directly
Tested by
no test coverage detected