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

Function getDamagePatternList

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

Source from the content-addressed store, hash-verified

364
365
366def getDamagePatternList(eager=None):
367 eager = processEager(eager)
368 with sd_lock:
369 patterns = saveddata_session.query(DamagePattern).options(*eager).all()
370 return patterns
371
372
373def clearDamagePatterns():

Callers

nothing calls this directly

Calls 1

processEagerFunction · 0.90

Tested by

no test coverage detected