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

Function stopLogPolling

static/js/app.js:1620–1625  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1618
1619// 停止轮询日志
1620function stopLogPolling() {
1621 if (logPollingInterval) {
1622 clearInterval(logPollingInterval);
1623 logPollingInterval = null;
1624 }
1625}
1626
1627// 开始轮询批量状态
1628function startBatchPolling(batchId) {

Callers 4

connectWebSocketFunction · 0.85
handleCancelTaskFunction · 0.85
startLogPollingFunction · 0.85
resetButtonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected