Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
661
function
stopLockRefresh() {
662
if
(_lockRefreshTimer) {
663
clearInterval(_lockRefreshTimer);
664
_lockRefreshTimer = null;
665
}
666
}
667
668
function
acquireLock() {
669
const
lockFile = getLockFilePath();
Callers
1
shutdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected