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

Method _isIdle

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

Source from the content-addressed store, hash-verified

51 }
52
53 _isIdle() {
54 return (Date.now() - this._lastActivity) > IDLE_THRESHOLD;
55 }
56
57 async _handleAuthError(source) {
58 this.logger.error(`[sync] auth error from ${source}, triggering re-authentication`);

Callers 1

_scheduleInboundMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected