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

Function commit

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

Source from the content-addressed store, hash-verified

560
561
562def commit():
563 with sd_lock:
564 try:
565 saveddata_session.commit()
566 except (KeyboardInterrupt, SystemExit):
567 raise
568 except Exception:
569 saveddata_session.rollback()
570 exc_info = sys.exc_info()
571 raise exc_info[0](exc_info[1]).with_traceback(exc_info[2])
572
573
574def flush():

Callers 6

clearPricesFunction · 0.85
clearDamagePatternsFunction · 0.85
clearTargetProfilesFunction · 0.85
clearOverridesFunction · 0.85
saveFunction · 0.85
removeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected