()
| 266 | } |
| 267 | |
| 268 | function lastClock() { |
| 269 | if(chunksCount === 1) return 113; |
| 270 | |
| 271 | return 113 + 114*(chunksCount - 1); // Don't touch this f*** thing. |
| 272 | } |
| 273 | |
| 274 | function lastClockStateless(chunks) { |
| 275 | if(chunks === 1) return 113; |
no outgoing calls
no test coverage detected