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

Method write_uint8

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

Source from the content-addressed store, hash-verified

409 self.buffer.write_int8(value)
410
411 def write_uint8(self, value):
412 self.buffer.write_uint8(value)
413
414 def write_int16(self, value):
415 self.buffer.write_int16(value)

Callers 11

write_non_refMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
write_type_infoMethod · 0.45
write_primitive_itemFunction · 0.45
_read_remote_typedefFunction · 0.45
writeMethod · 0.45
encode_typedefFunction · 0.45
write_meta_stringFunction · 0.45
write_field_infoFunction · 0.45

Calls

no outgoing calls

Tested by 1

_read_remote_typedefFunction · 0.36