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

Function startRecentTasksPolling

static/js/app.js:1964–1971  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1962}
1963
1964function startRecentTasksPolling() {
1965 if (recentTasksPollingInterval) {
1966 clearInterval(recentTasksPollingInterval);
1967 }
1968 recentTasksPollingInterval = setInterval(() => {
1969 loadRecentTasks();
1970 }, 60000);
1971}
1972
1973// 加载最近注册的账号
1974async function loadRecentAccounts() {

Callers 1

app.jsFile · 0.85

Calls 1

loadRecentTasksFunction · 0.85

Tested by

no test coverage detected