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

Method write

python/pyfory/_serializer.py:162–163  ·  view source on GitHub ↗
(self, write_context, value)

Source from the content-addressed store, hash-verified

160 """Serializer for VARINT64 type - variable-length encoded signed 64-bit integer."""
161
162 def write(self, write_context, value):
163 write_context.write_varint64(value)
164
165 def read(self, read_context):
166 return read_context.read_varint64()

Callers

nothing calls this directly

Calls 1

write_varint64Method · 0.80

Tested by

no test coverage detected