(root)
| 25734 | } |
| 25735 | |
| 25736 | function pushInteractions(root) { |
| 25737 | { |
| 25738 | var prevInteractions = tracing.__interactionsRef.current; |
| 25739 | tracing.__interactionsRef.current = root.memoizedInteractions; |
| 25740 | return prevInteractions; |
| 25741 | } |
| 25742 | } |
| 25743 | |
| 25744 | function popInteractions(prevInteractions) { |
| 25745 | { |
no outgoing calls
no test coverage detected