MCPcopy Create free account
hub / github.com/apache/fory / read_int32

Method read_int32

python/pyfory/context.py:678–679  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

676 return self.buffer.read_uint16()
677
678 def read_int32(self):
679 return self.buffer.read_int32()
680
681 def read_uint32(self):
682 return self.buffer.read_uint32()

Callers 8

readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
readMethod · 0.45
read_primitive_itemFunction · 0.45
test_struct_hashFunction · 0.45
readMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by 3

test_struct_hashFunction · 0.36
readMethod · 0.36
readMethod · 0.36