MCPcopy 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

readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
read_type_infoMethod · 0.45
read_shared_type_metaMethod · 0.45
readMethod · 0.45
read_primitive_itemFunction · 0.45
read_meta_stringFunction · 0.45
read_field_infoFunction · 0.45

Calls

no outgoing calls

Tested by 1