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

Method read_varint32

python/pyfory/context.py:690–691  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

688 return self.buffer.read_uint64()
689
690 def read_varint32(self):
691 return self.buffer.read_varint32()
692
693 def read_var_uint32(self):
694 return self.buffer.read_var_uint32()

Callers 7

_read_decimal_partsFunction · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
check_varint32Function · 0.80

Calls

no outgoing calls

Tested by 3

readMethod · 0.64
readMethod · 0.64
check_varint32Function · 0.64