MCPcopy 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
555def remove(stuff):
556 removeCachedEntry(type(stuff), stuff.ID)
557 with sd_lock:
558 saveddata_session.delete(stuff)
559 commit()
560
561
562def commit():

Callers

nothing calls this directly

Calls 3

removeCachedEntryFunction · 0.85
commitFunction · 0.85
deleteMethod · 0.45

Tested by

no test coverage detected