MCPcopy 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_refMethod · 0.45
read_nullableMethod · 0.45
readMethod · 0.45
readMethod · 0.45
_deserialize_functionMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
_read_field_valueMethod · 0.45
read_ref_or_nullMethod · 0.45
try_preserve_ref_idMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected