MCPcopy Create free account
hub / github.com/EvoMap/evolver / _handleAuthError

Method _handleAuthError

src/proxy/sync/engine.js:57–64  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

55 }
56
57 async _handleAuthError(source) {
58 this.logger.error(`[sync] auth error from ${source}, triggering re-authentication`);
59 if (typeof this.onAuthError === 'function') {
60 try { await this.onAuthError(); } catch (e) {
61 this.logger.error(`[sync] onAuthError callback failed: ${e.message}`);
62 }
63 }
64 }
65
66 _scheduleOutbound(delayMs) {
67 if (!this._running) return;

Callers 2

_scheduleOutboundMethod · 0.95
_scheduleInboundMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected