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