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

Method read

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

Source from the content-addressed store, hash-verified

95 write_context.write_int8(value)
96
97 def read(self, read_context):
98 return read_context.read_int8()
99
100
101class Int16Serializer(Serializer):

Callers

nothing calls this directly

Calls 1

read_int8Method · 0.45

Tested by

no test coverage detected