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

Function getAutoRunTimerPlanPhase

background.js:495–497  ·  view source on GitHub ↗
(kind = '')

Source from the content-addressed store, hash-verified

493}
494
495function getAutoRunTimerPlanPhase(kind = '') {
496 return kind === AUTO_RUN_TIMER_KIND_SCHEDULED_START ? 'scheduled' : 'waiting_interval';
497}
498
499function getAutoRunTimerStatusPayload(plan) {
500 const normalizedPlan = normalizeAutoRunTimerPlan(plan);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected