Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_var_uint64
Method
read_var_uint64
python/pyfory/context.py:699–700 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
697
return
self.buffer.read_varint64()
698
699
def
read_var_uint64(self):
700
return
self.buffer.read_var_uint64()
701
702
def
read_tagged_int64(self):
703
return
self.buffer.read_tagged_int64()
Callers
6
_read_decimal_parts
Function · 0.45
read
Method · 0.45
read_python_string
Function · 0.45
read_primitive_item
Function · 0.45
check_varuint64
Function · 0.45
test_stream_buffer_read
Function · 0.45
Calls
no outgoing calls
Tested by
2
check_varuint64
Function · 0.36
test_stream_buffer_read
Function · 0.36