(rrKey, addedTime, addedRepAmount)
| 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(): |
nothing calls this directly
no outgoing calls
no test coverage detected