MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / startTodayStatsResetTicker

Function startTodayStatsResetTicker

static/js/app.js:2102–2108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2100}
2101
2102function startTodayStatsResetTicker() {
2103 updateTodayStatsResetText();
2104 if (todayStatsResetInterval) {
2105 clearInterval(todayStatsResetInterval);
2106 }
2107 todayStatsResetInterval = setInterval(updateTodayStatsResetText, 60000);
2108}
2109
2110function startTodayStatsPolling() {
2111 if (todayStatsPollingInterval) {

Callers 1

app.jsFile · 0.85

Calls 1

Tested by

no test coverage detected