MCPcopy Create free account
hub / github.com/apache/fory / try_flush

Method try_flush

python/pyfory/_fory.py:497–498  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

495 self.write_context.exit_flush_barrier()
496
497 def try_flush(self):
498 self.write_context.try_flush()
499
500 def force_flush(self):
501 self.write_context.force_flush()

Calls

no outgoing calls