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

Function getPendingAutoRunTimerPlan

background.js:3838–3840  ·  view source on GitHub ↗
(state = {})

Source from the content-addressed store, hash-verified

3836}
3837
3838function getPendingAutoRunTimerPlan(state = {}) {
3839 return normalizeAutoRunTimerPlanFromState(state);
3840}
3841
3842function formatAutoRunScheduleTime(timestamp) {
3843 return new Date(timestamp).toLocaleString('zh-CN', {

Callers 7

launchAutoRunTimerPlanFunction · 0.85
scheduleAutoRunFunction · 0.85
cancelScheduledAutoRunFunction · 0.85
requestStopFunction · 0.85
handleMessageFunction · 0.85
skipAutoRunCountdownFunction · 0.85

Calls 1

Tested by

no test coverage detected