Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyfa-org/Pyfa
/ getAllFits
Method
getAllFits
service/fit.py:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
102
@staticmethod
103
def
getAllFits():
104
pyfalog.debug(
"Fetching all fits"
)
105
fits = eos.db.getFitList()
106
return
fits
107
108
@staticmethod
109
def
getAllFitsLite():
Callers
2
backupFitsWorkerFunc
Method · 0.80
test_getAllFits
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_getAllFits
Function · 0.64