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

Method start

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

Source from the content-addressed store, hash-verified

27 }
28
29 start() {
30 if (this._running) return;
31 this._running = true;
32 this._lastActivity = Date.now();
33 this._scheduleOutbound(500);
34 this._scheduleInbound(1_000);
35 this.logger.log('[sync] engine started');
36 }
37
38 stop() {
39 this._running = false;

Callers

nothing calls this directly

Calls 2

_scheduleOutboundMethod · 0.95
_scheduleInboundMethod · 0.95

Tested by

no test coverage detected