MCPcopy Index your code
hub / github.com/apache/fory / read_uint32

Method read_uint32

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

Source from the content-addressed store, hash-verified

679 return self.buffer.read_int32()
680
681 def read_uint32(self):
682 return self.buffer.read_uint32()
683
684 def read_int64(self):
685 return self.buffer.read_int64()

Callers 7

readMethod · 0.45
readMethod · 0.45
read_primitive_itemFunction · 0.45
test_stream_buffer_readFunction · 0.45

Calls

no outgoing calls