()
| 797 | } |
| 798 | |
| 799 | export function getLastInteractionTime(): number { |
| 800 | return STATE.lastInteractionTime |
| 801 | } |
| 802 | |
| 803 | // Scroll drain suspension — background intervals check this before doing work |
| 804 | // so they don't compete with scroll frames for the event loop. Set by |
no outgoing calls
no test coverage detected