Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ read_uint32
Method
read_uint32
python/pyfory/context.py:681–682 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
679
return
self.buffer.read_int32()
680
681
def
read_uint32(self):
682
return
self.buffer.read_uint32()
683
684
def
read_int64(self):
685
return
self.buffer.read_int64()
Callers
7
read
Method · 0.45
read
Method · 0.45
read_primitive_item
Function · 0.45
test_stream_buffer_read
Function · 0.45
test_stream_buffer_read_with_recv_into
Function · 0.45
test_stream_buffer_read_with_legacy_recvinto
Function · 0.45
test_stream_buffer_short_read_error
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_stream_buffer_read
Function · 0.36
test_stream_buffer_read_with_recv_into
Function · 0.36
test_stream_buffer_read_with_legacy_recvinto
Function · 0.36
test_stream_buffer_short_read_error
Function · 0.36