()
| 15050 | hasForceUpdate = false; |
| 15051 | } |
| 15052 | function checkHasForceUpdateAfterProcessing() { |
| 15053 | return hasForceUpdate; |
| 15054 | } |
| 15055 | function commitUpdateQueue(finishedWork, finishedQueue, instance) { |
| 15056 | // Commit the effects |
| 15057 | var effects = finishedQueue.effects; |
no outgoing calls
no test coverage detected
searching dependent graphs…