| 173 | // Called when current stats were changed and modified stats need to catch up |
| 174 | void updateModifiedStats(); |
| 175 | bool canRun() { return modified_stats.canRun(); } |
| 176 | |
| 177 | void updateIsBrainsucker(); |
| 178 | bool isBrainsucker = false; |
no outgoing calls
no test coverage detected