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

Function add

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

Source from the content-addressed store, hash-verified

543
544
545def add(stuff):
546 with sd_lock:
547 saveddata_session.add(stuff)
548
549
550def save(stuff):

Callers 1

saveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected