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

Method enter_flush_barrier

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

Source from the content-addressed store, hash-verified

489 return buffer
490
491 def enter_flush_barrier(self):
492 self.write_context.enter_flush_barrier()
493
494 def exit_flush_barrier(self):
495 self.write_context.exit_flush_barrier()

Calls

no outgoing calls