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

Function clearWebSocketReconnect

static/js/app.js:1242–1248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1240}
1241
1242function clearWebSocketReconnect() {
1243 if (wsReconnectTimer) {
1244 clearTimeout(wsReconnectTimer);
1245 wsReconnectTimer = null;
1246 }
1247 wsReconnectAttempts = 0;
1248}
1249
1250function clearBatchWebSocketReconnect() {
1251 if (batchWsReconnectTimer) {

Callers 3

connectWebSocketFunction · 0.85
disconnectWebSocketFunction · 0.85
resetButtonsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected