Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ read_int8
Method
read_int8
python/pyfory/context.py:666–667 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
664
return
self.buffer.read_bool()
665
666
def
read_int8(self):
667
return
self.buffer.read_int8()
668
669
def
read_uint8(self):
670
return
self.buffer.read_uint8()
Callers
15
_read_small_meta_string
Method · 0.45
read_ref
Method · 0.45
read_nullable
Method · 0.45
read
Method · 0.45
read
Method · 0.45
_deserialize_function
Method · 0.45
read
Method · 0.45
read
Method · 0.45
read
Method · 0.45
_read_field_value
Method · 0.45
read_ref_or_null
Method · 0.45
try_preserve_ref_id
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected