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

Function checkKey

db_update.py:220–224  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

218 seenKeys = set()
219
220 def checkKey(key):
221 if key in seenKeys:
222 return False
223 seenKeys.add(key)
224 return True
225
226 for typeData in data:
227 if typeData['typeID'] not in eveTypeIds:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected