(fn, a, b, c)
| 21965 | flushPassiveEffects(); |
| 21966 | } |
| 21967 | function syncUpdates(fn, a, b, c) { |
| 21968 | return runWithPriority$1(ImmediatePriority, fn.bind(null, a, b, c)); |
| 21969 | } |
| 21970 | |
| 21971 | function flushPendingDiscreteUpdates() { |
| 21972 | if (rootsWithPendingDiscreteUpdates !== null) { |
no test coverage detected