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

Function stopLockRefresh

index.js:661–666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

659}
660
661function stopLockRefresh() {
662 if (_lockRefreshTimer) {
663 clearInterval(_lockRefreshTimer);
664 _lockRefreshTimer = null;
665 }
666}
667
668function acquireLock() {
669 const lockFile = getLockFilePath();

Callers 1

shutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected