MCPcopy Create free account
hub / github.com/reactjs/react-rails / pushInteractions

Function pushInteractions

lib/assets/react-source/development/react.js:25736–25742  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

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 {

Callers 4

performSyncWorkOnRootFunction · 0.85
commitRootImplFunction · 0.85
flushPassiveEffectsImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected