(s)
| 149 | }; |
| 150 | } |
| 151 | function _temp(s) { |
| 152 | return s.fastMode; |
| 153 | } |
| 154 | function getCooldownMessage(reason: CooldownReason, resetIn: string): string { |
| 155 | switch (reason) { |
| 156 | case 'overloaded': |
nothing calls this directly
no outgoing calls
no test coverage detected