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

Method write_string

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

Source from the content-addressed store, hash-verified

454 self.buffer.write_double(value)
455
456 def write_string(self, value):
457 self.buffer.write_string(value)
458
459 def write_bytes(self, value):
460 self.buffer.write_bytes(value)

Callers 12

write_non_refMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
_serialize_functionMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
writeMethod · 0.45
test_stream_buffer_readFunction · 0.45

Calls

no outgoing calls