Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
387
def
clearTargetProfiles():
388
with
sd_lock:
389
deleted_rows = saveddata_session.query(TargetProfile).delete()
390
commit()
391
return
deleted_rows
392
393
394
def
getImplantSetList(eager=None):
Callers
1
DeleteTargetProfiles
Method · 0.90
Calls
2
commit
Function · 0.85
delete
Method · 0.45
Tested by
no test coverage detected