()
| 746 | let isRunningInsertionEffect = false; |
| 747 | |
| 748 | export function getWorkInProgressRoot(): FiberRoot | null { |
| 749 | return workInProgressRoot; |
| 750 | } |
| 751 | |
| 752 | export function getCommittingRoot(): FiberRoot | null { |
| 753 | return pendingEffectsRoot; |
no outgoing calls
no test coverage detected