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

Method forceUpdateSavedata

eos/saveddata/fit.py:1945–1947  ·  view source on GitHub ↗
(fit)

Source from the content-addressed store, hash-verified

1943
1944 # this bit is required -- see GH issue # 83
1945 def forceUpdateSavedata(fit):
1946 eos.db.saveddata_session.flush()
1947 eos.db.saveddata_session.refresh(fit)
1948
1949 for fit in self.commandFits:
1950 fitCopy.commandFitDict[fit.ID] = fit

Callers

nothing calls this directly

Calls 2

flushMethod · 0.80
refreshMethod · 0.45

Tested by

no test coverage detected