Method
ReadWithTypeInfo
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
Source from the content-addressed store, hash-verified
| 297 | } |
| 298 | |
| 299 | func (s uint64Serializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 300 | s.Read(ctx, refMode, false, false, value) |
| 301 | } |
| 302 | |
| 303 | // uintSerializer handles uint type with variable-length encoding (VAR_UINT64) |
| 304 | type uintSerializer struct{} |
Callers
nothing calls this directly
Tested by
no test coverage detected