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

Method read

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

Source from the content-addressed store, hash-verified

163 write_context.write_varint64(value)
164
165 def read(self, read_context):
166 return read_context.read_varint64()
167
168
169class TaggedInt64Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_varint64Method · 0.80

Tested by

no test coverage detected