MCPcopy Create free account
hub / github.com/apache/fory / read

Method read

python/pyfory/_serializer.py:215–216  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

213 write_context.write_var_uint32(value)
214
215 def read(self, read_context):
216 return read_context.read_var_uint32()
217
218
219class Uint64Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_var_uint32Method · 0.45

Tested by

no test coverage detected