Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_var_uint32
Method
read_var_uint32
python/pyfory/context.py:693–694 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
691
return
self.buffer.read_varint32()
692
693
def
read_var_uint32(self):
694
return
self.buffer.read_var_uint32()
695
696
def
read_varint64(self):
697
return
self.buffer.read_varint64()
Callers
15
read_encoded_meta_string
Method · 0.45
read_buffer_object
Method · 0.45
read
Method · 0.45
read
Method · 0.45
_deserialize_local_class
Method · 0.45
_deserialize_function
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected