MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / flush

Function flush

eos/db/saveddata/queries.py:574–583  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

572
573
574def flush():
575 with sd_lock:
576 try:
577 saveddata_session.flush()
578 except (KeyboardInterrupt, SystemExit):
579 raise
580 except Exception:
581 saveddata_session.rollback()
582 exc_info = sys.exc_info()
583 raise exc_info[0](exc_info[1]).with_traceback(exc_info[2])

Callers

nothing calls this directly

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected