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

Method write_varint64

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

Source from the content-addressed store, hash-verified

436 self.buffer.write_var_uint32(value)
437
438 def write_varint64(self, value):
439 self.buffer.write_varint64(value)
440
441 def write_var_uint64(self, value):
442 self.buffer.write_var_uint64(value)

Callers 8

write_non_refMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
test_stream_buffer_readFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_stream_buffer_readFunction · 0.64