Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_int32
Method
read_int32
python/pyfory/context.py:678–679 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
676
return
self.buffer.read_uint16()
677
678
def
read_int32(self):
679
return
self.buffer.read_int32()
680
681
def
read_uint32(self):
682
return
self.buffer.read_uint32()
Callers
8
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read_primitive_item
Function · 0.45
test_struct_hash
Function · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
3
test_struct_hash
Function · 0.36
read
Method · 0.36
read
Method · 0.36