MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / processDogmaEffects

Function processDogmaEffects

db_update.py:264–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

262 eos.db.gamedata_session.add(attr)
263
264 def processDogmaEffects():
265 print('processing dogmaeffects')
266 data = _readData('fsd_built', 'dogmaeffects', keyIdName='effectID')
267 _addRows(data, eos.gamedata.Effect, fieldMap={'resistanceAttributeID': 'resistanceID'})
268
269 def processDogmaTypeEffects(eveTypesData):
270 print('processing dogmatypeeffects')

Callers 1

update_dbFunction · 0.85

Calls 2

_readDataFunction · 0.85
_addRowsFunction · 0.85

Tested by

no test coverage detected