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

Method write

python/pyfory/_serializer.py:404–405  ·  view source on GitHub ↗
(self, write_context, value: str)

Source from the content-addressed store, hash-verified

402 self.need_to_write_ref = False
403
404 def write(self, write_context, value: str):
405 write_context.write_string(value)
406
407 def read(self, read_context):
408 return read_context.read_string()

Callers

nothing calls this directly

Calls 1

write_stringMethod · 0.45

Tested by

no test coverage detected