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

Function getFitList

eos/db/saveddata/queries.py:321–326  ·  view source on GitHub ↗
(eager=None)

Source from the content-addressed store, hash-verified

319
320
321def getFitList(eager=None):
322 eager = processEager(eager)
323 with sd_lock:
324 fits = removeInvalid(saveddata_session.query(Fit).options(*eager).all())
325
326 return fits
327
328
329def getFitListLite():

Callers

nothing calls this directly

Calls 2

processEagerFunction · 0.90
removeInvalidFunction · 0.85

Tested by

no test coverage detected