()
| 678 | * a single Date.now() call. |
| 679 | */ |
| 680 | export function flushInteractionTime(): void { |
| 681 | if (interactionTimeDirty) { |
| 682 | flushInteractionTime_inner() |
| 683 | } |
| 684 | } |
| 685 | |
| 686 | function flushInteractionTime_inner(): void { |
| 687 | STATE.lastInteractionTime = Date.now() |
no test coverage detected