Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
545
def
add(stuff):
546
with
sd_lock:
547
saveddata_session.add(stuff)
548
549
550
def
save(stuff):
Callers
1
save
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected