MCPcopy Index your code
hub / github.com/apache/fory / write

Method write

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

Source from the content-addressed store, hash-verified

140 """Serializer for fixed-width 64-bit signed integer (INT64 type_id=6)."""
141
142 def write(self, write_context, value):
143 write_context.write_int64(value)
144
145 def read(self, read_context):
146 return read_context.read_int64()

Callers

nothing calls this directly

Calls 1

write_int64Method · 0.45

Tested by

no test coverage detected