Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ _waitForFsLockRetry
Function
_waitForFsLockRetry
src/forceUpdate.js:222–225 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
220
}
221
222
function
_waitForFsLockRetry() {
223
var
until = Date.now() + 200;
224
while
(Date.now() < until) { /* spin */ }
225
}
226
227
function
_retryFsLockOperation(fn) {
228
var
err = null;
Callers
1
_retryFsLockOperation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected