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

Function clearTargetProfiles

eos/db/saveddata/queries.py:387–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385
386
387def clearTargetProfiles():
388 with sd_lock:
389 deleted_rows = saveddata_session.query(TargetProfile).delete()
390 commit()
391 return deleted_rows
392
393
394def getImplantSetList(eager=None):

Callers 1

DeleteTargetProfilesMethod · 0.90

Calls 2

commitFunction · 0.85
deleteMethod · 0.45

Tested by

no test coverage detected