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

Method write_int16

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

Source from the content-addressed store, hash-verified

412 self.buffer.write_uint8(value)
413
414 def write_int16(self, value):
415 self.buffer.write_int16(value)
416
417 def write_uint16(self, value):
418 self.buffer.write_uint16(value)

Callers 6

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

Calls

no outgoing calls

Tested by 1

test_bufferFunction · 0.36