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

Function getTargetProfileList

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

Source from the content-addressed store, hash-verified

378
379
380def getTargetProfileList(eager=None):
381 eager = processEager(eager)
382 with sd_lock:
383 patterns = saveddata_session.query(TargetProfile).options(*eager).all()
384 return patterns
385
386
387def clearTargetProfiles():

Callers

nothing calls this directly

Calls 1

processEagerFunction · 0.90

Tested by

no test coverage detected