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

Method read

python/pyfory/serializer.py:1743–1745  ·  view source on GitHub ↗
(self, buffer)

Source from the content-addressed store, hash-verified

1741 buffer.write_var_uint32(value.value)
1742
1743 def read(self, buffer):
1744 value = buffer.read_var_uint32()
1745 return NonExistEnum(value=value)
1746
1747
1748class UnsupportedSerializer(Serializer):

Callers

nothing calls this directly

Calls 2

NonExistEnumClass · 0.85
read_var_uint32Method · 0.45

Tested by

no test coverage detected