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

Method read

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

Source from the content-addressed store, hash-verified

143 write_context.write_int64(value)
144
145 def read(self, read_context):
146 return read_context.read_int64()
147
148
149class Varint32Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_int64Method · 0.45

Tested by

no test coverage detected