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

Method read_int64

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

Source from the content-addressed store, hash-verified

682 return self.buffer.read_uint32()
683
684 def read_int64(self):
685 return self.buffer.read_int64()
686
687 def read_uint64(self):
688 return self.buffer.read_uint64()

Callers 10

_read_big_meta_stringMethod · 0.45
readMethod · 0.45
readMethod · 0.45
read_primitive_itemFunction · 0.45
test_stream_buffer_readFunction · 0.45
decode_typedefFunction · 0.45

Calls

no outgoing calls