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

Method write_varint32

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

Source from the content-addressed store, hash-verified

430 self.buffer.write_uint64(value)
431
432 def write_varint32(self, value):
433 self.buffer.write_varint32(value)
434
435 def write_var_uint32(self, value):
436 self.buffer.write_var_uint32(value)

Callers 8

_write_decimal_partsFunction · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80
check_varint32Function · 0.80

Calls

no outgoing calls

Tested by 4

writeMethod · 0.64
writeMethod · 0.64
check_varint32Function · 0.64