MCPcopy Index your code
hub / github.com/plotly/dash / getCurrentUpdatePriority

Function getCurrentUpdatePriority

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

Source from the content-addressed store, hash-verified

5976 var IdleEventPriority = IdleLane;
5977 var currentUpdatePriority = NoLane;
5978 function getCurrentUpdatePriority() {
5979 return currentUpdatePriority;
5980 }
5981 function setCurrentUpdatePriority(newPriority) {
5982 currentUpdatePriority = newPriority;
5983 }

Callers 10

dispatchDiscreteEventFunction · 0.70
dispatchContinuousEventFunction · 0.70
flushSyncCallbacksFunction · 0.70
startTransitionFunction · 0.70
requestUpdateLaneFunction · 0.70
discreteUpdatesFunction · 0.70
flushSyncFunction · 0.70
commitRootFunction · 0.70
commitRootImplFunction · 0.70
flushPassiveEffectsFunction · 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…