Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pyfa-org/Pyfa
/ countFitsWithShip
Method
countFitsWithShip
service/fit.py:174–177 ·
view source on GitHub ↗
(stuff)
Source
from the content-addressed store, hash-verified
172
173
@staticmethod
174
def
countFitsWithShip(stuff):
175
pyfalog.debug(
"Getting count of all fits for: {0}"
, stuff)
176
count = eos.db.countFitsWithShip(stuff)
177
return
count
178
179
@staticmethod
180
def
getModule(fitID, pos):
Callers
1
stage2Callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected