MCPcopy 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
222function _waitForFsLockRetry() {
223 var until = Date.now() + 200;
224 while (Date.now() < until) { /* spin */ }
225}
226
227function _retryFsLockOperation(fn) {
228 var err = null;

Callers 1

_retryFsLockOperationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected