Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 429 | } |
| 430 | |
| 431 | func (s int32Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 432 | s.Read(ctx, refMode, false, false, value) |
| 433 | } |
| 434 | |
| 435 | // int64Serializer handles int64 type with variable-length encoding (VARINT64) |
| 436 | type int64Serializer struct{} |
Callers
nothing calls this directly
Tested by
no test coverage detected