()
| 694 | * a single Date.now() call. |
| 695 | */ |
| 696 | export function flushInteractionTime(): void { |
| 697 | if (interactionTimeDirty) { |
| 698 | flushInteractionTime_inner() |
| 699 | } |
| 700 | } |
| 701 | |
| 702 | function flushInteractionTime_inner(): void { |
| 703 | STATE.lastInteractionTime = Date.now() |
no test coverage detected