MCPcopy 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_buffer_objectMethod · 0.45
_deserialize_functionMethod · 0.45
readMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected