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

Method read

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

Source from the content-addressed store, hash-verified

233 write_context.write_var_uint64(value)
234
235 def read(self, read_context):
236 return read_context.read_var_uint64()
237
238
239class TaggedUint64Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_var_uint64Method · 0.45

Tested by

no test coverage detected