MCPcopy
hub / github.com/plotly/dash / checkHasForceUpdateAfterProcessing

Function checkHasForceUpdateAfterProcessing

dash/deps/react-dom@18.2.0.js:13939–13941  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13937 hasForceUpdate = false;
13938 }
13939 function checkHasForceUpdateAfterProcessing() {
13940 return hasForceUpdate;
13941 }
13942 function commitUpdateQueue(finishedWork, finishedQueue, instance) {
13943 // Commit the effects
13944 var effects = finishedQueue.effects;

Callers 2

resumeMountClassInstanceFunction · 0.70
updateClassInstanceFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…