Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/fory
/ read_bool
Method
read_bool
python/pyfory/context.py:663–664 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
661
return
next(self.unsupported_objects)
662
663
def
read_bool(self):
664
return
self.buffer.read_bool()
665
666
def
read_int8(self):
667
return
self.buffer.read_int8()
Callers
5
_read_non_ref_internal
Method · 0.45
read_buffer_object
Method · 0.45
_deserialize_function
Method · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected