Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ remove
Function
remove
eos/db/saveddata/queries.py:555–559 ·
view source on GitHub ↗
(stuff)
Source
from the content-addressed store, hash-verified
553
554
555
def
remove(stuff):
556
removeCachedEntry(type(stuff), stuff.ID)
557
with
sd_lock:
558
saveddata_session.delete(stuff)
559
commit()
560
561
562
def
commit():
Callers
nothing calls this directly
Calls
3
removeCachedEntry
Function · 0.85
commit
Function · 0.85
delete
Method · 0.45
Tested by
no test coverage detected