(current)
| 29393 | callCallback(callbacks[updateQueue], context); |
| 29394 | } |
| 29395 | function shouldProfile(current) { |
| 29396 | return (current.mode & ProfileMode) !== NoMode; |
| 29397 | } |
| 29398 | function commitHookLayoutEffects(finishedWork, hookFlags) { |
| 29399 | shouldProfile(finishedWork) |
| 29400 | ? (startEffectTimer(), |
no outgoing calls
no test coverage detected
searching dependent graphs…