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

Method read

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

Source from the content-addressed store, hash-verified

223 write_context.write_uint64(value)
224
225 def read(self, read_context):
226 return read_context.read_uint64()
227
228
229class VarUint64Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_uint64Method · 0.45

Tested by

no test coverage detected