(fn, a, b, c)
| 25525 | flushPassiveEffects(); |
| 25526 | } |
| 25527 | function syncUpdates(fn, a, b, c) { |
| 25528 | return runWithPriority$1(ImmediatePriority, fn.bind(null, a, b, c)); |
| 25529 | } |
| 25530 | |
| 25531 | function flushPendingDiscreteUpdates() { |
| 25532 | if (rootsWithPendingDiscreteUpdates !== null) { |
no test coverage detected