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

Method read

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

Source from the content-addressed store, hash-verified

113 write_context.write_varint32(value)
114
115 def read(self, read_context):
116 return read_context.read_varint32()
117
118
119class FixedInt32Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_varint32Method · 0.80

Tested by

no test coverage detected