()
| 1656 | // Last emitted date accessors (for detecting midnight date changes) |
| 1657 | |
| 1658 | export function getLastEmittedDate(): string | null { |
| 1659 | return STATE.lastEmittedDate |
| 1660 | } |
| 1661 | |
| 1662 | export function setLastEmittedDate(date: string | null): void { |
| 1663 | STATE.lastEmittedDate = date |
no outgoing calls
no test coverage detected