MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / _clearConnectErrorRetryTimer

Method _clearConnectErrorRetryTimer

webui/js/websocket.js:307–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305 }
306
307 _clearConnectErrorRetryTimer() {
308 if (this._connectErrorRetryTimer) {
309 clearTimeout(this._connectErrorRetryTimer);
310 this._connectErrorRetryTimer = null;
311 }
312 }
313
314 _scheduleConnectErrorRetry(reason) {
315 if (this._manualDisconnect) return;

Callers 1

initializeSocketMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected