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

Method addRepAmount

graphs/data/fitRemoteReps/cache.py:144–146  ·  view source on GitHub ↗
(rrKey, addedTime, addedRepAmount)

Source from the content-addressed store, hash-verified

142 rrCacheRps.append((addedTimeStart, addedTimeFinish, addedRps))
143
144 def addRepAmount(rrKey, addedTime, addedRepAmount):
145 if addedRepAmount.shield > 0 or addedRepAmount.armor > 0 or addedRepAmount.hull > 0:
146 intCacheRepAmount.setdefault(rrKey, {})[addedTime] = addedRepAmount
147
148 # Modules
149 for mod in src.item.activeModulesIter():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected