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

Function startAccountsPolling

static/js/app.js:2029–2034  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2027
2028// 开始账号列表轮询
2029function startAccountsPolling() {
2030 // 每30秒刷新一次账号列表
2031 accountsPollingInterval = setInterval(() => {
2032 loadRecentAccounts();
2033 }, 30000);
2034}
2035
2036function renderTodayStats(total, success, failed, rate) {
2037 if (elements.todayStatsTotal) {

Callers 1

app.jsFile · 0.85

Calls 1

loadRecentAccountsFunction · 0.85

Tested by

no test coverage detected