(self, read_context)
| 233 | write_context.write_var_uint64(value) |
| 234 | |
| 235 | def read(self, read_context): |
| 236 | return read_context.read_var_uint64() |
| 237 | |
| 238 | |
| 239 | class TaggedUint64Serializer(Serializer): |
nothing calls this directly
no test coverage detected