()
| 21 | let hoveredUrls = new Set() |
| 22 | |
| 23 | function resetPageParams() { |
| 24 | sentExit = false |
| 25 | pauseScrolling = false |
| 26 | scrollPosition = 0 |
| 27 | scrollDirection = 1 |
| 28 | scrollFlipCount = 0 |
| 29 | maxScrollY = 0 |
| 30 | hoveredUrls = new Set() |
| 31 | } |
| 32 | |
| 33 | export function getUserEventsId() { |
| 34 | if (cookieValue) return cookieValue |
no outgoing calls
no test coverage detected