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

Method write_int32

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

Source from the content-addressed store, hash-verified

418 self.buffer.write_uint16(value)
419
420 def write_int32(self, value):
421 self.buffer.write_int32(value)
422
423 def write_uint32(self, value):
424 self.buffer.write_uint32(value)

Callers 9

writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
write_primitive_itemFunction · 0.45
test_pickleFunction · 0.45
writeMethod · 0.45
writeMethod · 0.45
test_bufferFunction · 0.45

Calls

no outgoing calls

Tested by 4

test_pickleFunction · 0.36
writeMethod · 0.36
writeMethod · 0.36
test_bufferFunction · 0.36