MCPcopy Index your code
hub / github.com/microsoft/SandDance / pushInteractions

Function pushInteractions

docs/external/js/react-dom.development.js:22176–22182  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

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 {

Callers 4

performSyncWorkOnRootFunction · 0.85
commitRootImplFunction · 0.85
flushPassiveEffectsImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected