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

Method read

python/pyfory/tests/test_serializer.py:656–657  ·  view source on GitHub ↗
(self, read_context)

Source from the content-addressed store, hash-verified

654 write_context.write_int32(value.f2)
655
656 def read(self, read_context):
657 return Bar(read_context.read_int32(), read_context.read_int32())
658
659
660class RegisterClass:

Callers

nothing calls this directly

Calls 2

BarClass · 0.70
read_int32Method · 0.45

Tested by

no test coverage detected