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

Function _isForceUpdateKeepEntry

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

Source from the content-addressed store, hash-verified

399}
400
401function _isForceUpdateKeepEntry(name) {
402 return name === 'node_modules' || name === 'memory' || name === '.git' || name === 'MEMORY.md' ||
403 name === '.env' || name === '.env.local' || name === 'USER.md' || name === '.evolver' ||
404 name === 'logs';
405}
406
407function _isForceUpdateInternalEntry(name) {
408 return name === FORCE_UPDATE_JOURNAL_FILE || String(name || '').startsWith(FORCE_UPDATE_BACKUP_PREFIX);

Callers 1

_installDownloadedTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected