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

Function save

eos/db/saveddata/queries.py:550–552  ·  view source on GitHub ↗
(stuff)

Source from the content-addressed store, hash-verified

548
549
550def save(stuff):
551 add(stuff)
552 commit()
553
554
555def remove(stuff):

Callers

nothing calls this directly

Calls 2

commitFunction · 0.85
addFunction · 0.70

Tested by

no test coverage detected