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

Function isCurrentUpdateNested

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

Source from the content-addressed store, hash-verified

18470 var nestedUpdateScheduled = false;
18471
18472 function isCurrentUpdateNested() {
18473 return currentUpdateIsNested;
18474 }
18475
18476 function markNestedUpdateScheduled() {
18477 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…