Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_uint8
Method
read_uint8
python/pyfory/context.py:669–670 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
667
return
self.buffer.read_int8()
668
669
def
read_uint8(self):
670
return
self.buffer.read_uint8()
671
672
def
read_int16(self):
673
return
self.buffer.read_int16()
Callers
12
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
_read_compatible_scalar_value
Function · 0.45
read
Method · 0.45
read_type_info
Method · 0.45
read_shared_type_meta
Method · 0.45
read
Method · 0.45
read_primitive_item
Function · 0.45
test_stream_buffer_set_reader_index
Function · 0.45
read_meta_string
Function · 0.45
read_field_info
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_stream_buffer_set_reader_index
Function · 0.36