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