()
| 13937 | hasForceUpdate = false; |
| 13938 | } |
| 13939 | function checkHasForceUpdateAfterProcessing() { |
| 13940 | return hasForceUpdate; |
| 13941 | } |
| 13942 | function commitUpdateQueue(finishedWork, finishedQueue, instance) { |
| 13943 | // Commit the effects |
| 13944 | var effects = finishedQueue.effects; |
no outgoing calls
no test coverage detected
searching dependent graphs…