Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ getExistingFitIDs
Method
getExistingFitIDs
gui/builtinAdditionPanes/projectedView.py:393–394 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
391
amount=1))
392
393
def
getExistingFitIDs(self):
394
return
[f.ID
for
f in self.fits]
395
396
def
addFitsByIDs(self, fitIDs):
397
if
not fitIDs:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected