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

Method write_var_uint64

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

Source from the content-addressed store, hash-verified

439 self.buffer.write_varint64(value)
440
441 def write_var_uint64(self, value):
442 self.buffer.write_var_uint64(value)
443
444 def write_tagged_int64(self, value):
445 self.buffer.write_tagged_int64(value)

Callers 7

_write_var_uint64Function · 0.45
writeMethod · 0.45
write_python_stringFunction · 0.45
write_primitive_itemFunction · 0.45
check_varuint64Function · 0.45
test_stream_buffer_readFunction · 0.45

Calls

no outgoing calls