MCPcopy Index your code
hub / github.com/EvoMap/evolver / _isForceUpdateInternalEntry

Function _isForceUpdateInternalEntry

src/forceUpdate.js:407–409  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

405}
406
407function _isForceUpdateInternalEntry(name) {
408 return name === FORCE_UPDATE_JOURNAL_FILE || String(name || '').startsWith(FORCE_UPDATE_BACKUP_PREFIX);
409}
410
411function _isForceUpdateBootstrapEntry(name) {
412 return name === 'index.js';

Callers 1

_installDownloadedTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected