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

Function _removeInstallEntryIfPresent

src/forceUpdate.js:438–444  ·  view source on GitHub ↗
(entryPath)

Source from the content-addressed store, hash-verified

436}
437
438function _removeInstallEntryIfPresent(entryPath) {
439 _retryFsLockOperation(function () {
440 fs.rmSync(entryPath, {
441 recursive: true, force: true, maxRetries: 3, retryDelay: 200,
442 });
443 });
444}
445
446function _copyFileIfPresent(src, dst) {
447 if (!fs.existsSync(src)) return false;

Callers 1

Calls 1

_retryFsLockOperationFunction · 0.85

Tested by

no test coverage detected