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

Method write_var_uint32

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

Source from the content-addressed store, hash-verified

433 self.buffer.write_varint32(value)
434
435 def write_var_uint32(self, value):
436 self.buffer.write_var_uint32(value)
437
438 def write_varint64(self, value):
439 self.buffer.write_varint64(value)

Callers 15

write_buffer_objectMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
_serialize_functionMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls