(root)
| 22174 | } |
| 22175 | |
| 22176 | function pushInteractions(root) { |
| 22177 | { |
| 22178 | var prevInteractions = __interactionsRef.current; |
| 22179 | __interactionsRef.current = root.memoizedInteractions; |
| 22180 | return prevInteractions; |
| 22181 | } |
| 22182 | } |
| 22183 | |
| 22184 | function popInteractions(prevInteractions) { |
| 22185 | { |
no outgoing calls
no test coverage detected