()
| 3873 | } |
| 3874 | |
| 3875 | async function clearAutoRunTimerAlarm() { |
| 3876 | await chrome.alarms.clear(AUTO_RUN_TIMER_ALARM_NAME); |
| 3877 | } |
| 3878 | |
| 3879 | async function persistAutoRunTimerPlan(plan, extraState = {}) { |
| 3880 | const normalizedPlan = normalizeAutoRunTimerPlan(plan); |
no outgoing calls
no test coverage detected