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

Method read_varint64

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

Source from the content-addressed store, hash-verified

694 return self.buffer.read_var_uint32()
695
696 def read_varint64(self):
697 return self.buffer.read_varint64()
698
699 def read_var_uint64(self):
700 return self.buffer.read_var_uint64()

Callers 7

readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
readMethod · 0.80
test_stream_buffer_readFunction · 0.80

Calls

no outgoing calls