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

Method write_uint32

python/pyfory/context.py:423–424  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

421 self.buffer.write_int32(value)
422
423 def write_uint32(self, value):
424 self.buffer.write_uint32(value)
425
426 def write_int64(self, value):
427 self.buffer.write_int64(value)

Callers 4

writeMethod · 0.45
writeMethod · 0.45
write_primitive_itemFunction · 0.45
test_stream_buffer_readFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_stream_buffer_readFunction · 0.36