MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / clearAutoRunTimerAlarm

Function clearAutoRunTimerAlarm

background.js:3875–3877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 5

launchAutoRunTimerPlanFunction · 0.85
cancelScheduledAutoRunFunction · 0.85
requestStopFunction · 0.85
handleMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected