* Reset FastTimers. * Exported for testing purposes only. * Marking as deprecated to discourage any use outside of testing. * @deprecated
()
| 2634 | onTick(); |
| 2635 | onTick(); |
| 2636 | }, |
| 2637 | /** |
| 2638 | * Reset FastTimers. |
| 2639 | * Exported for testing purposes only. |
| 2640 | * Marking as deprecated to discourage any use outside of testing. |
| 2641 | * @deprecated |
| 2642 | */ |
| 2643 | reset() { |
| 2644 | fastNow = 0; |
nothing calls this directly
no test coverage detected