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

Function rollback

eos/db/__init__.py:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134
135
136def rollback():
137 with sd_lock:
138 pyfalog.warning("Session rollback triggered.")
139 saveddata_session.rollback()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected