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

Method write_bytes

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

Source from the content-addressed store, hash-verified

457 self.buffer.write_string(value)
458
459 def write_bytes(self, value):
460 self.buffer.write_bytes(value)
461
462
463class ReadContext:

Callers 15

_write_decimal_partsFunction · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
write_toMethod · 0.45
_read_remote_typedefFunction · 0.45
test_bufferFunction · 0.45
test_buffer_flush_streamFunction · 0.45

Calls

no outgoing calls