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

Function stopAutoRegistrationMonitor

static/js/app.js:1824–1829  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1822}
1823
1824function stopAutoRegistrationMonitor() {
1825 if (autoMonitorPollingInterval) {
1826 clearInterval(autoMonitorPollingInterval);
1827 autoMonitorPollingInterval = null;
1828 }
1829}
1830
1831// 更新批量进度
1832function updateBatchProgress(data) {

Callers 4

handleModeChangeFunction · 0.85
resetButtonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected