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

Method write_int64

python/pyfory/context.py:426–427  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

424 self.buffer.write_uint32(value)
425
426 def write_int64(self, value):
427 self.buffer.write_int64(value)
428
429 def write_uint64(self, value):
430 self.buffer.write_uint64(value)

Calls

no outgoing calls