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

Method read

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

Source from the content-addressed store, hash-verified

133 write_context.write_varint64(value)
134
135 def read(self, read_context):
136 return read_context.read_varint64()
137
138
139class FixedInt64Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_varint64Method · 0.80

Tested by

no test coverage detected