Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_read_non_ref_internal
Method · 0.80
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
read
Method · 0.80
test_date_serializer_uses_xlang_varint64_and_native_int32
Function · 0.80
test_stream_buffer_read
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_date_serializer_uses_xlang_varint64_and_native_int32
Function · 0.64
test_stream_buffer_read
Function · 0.64