MCPcopy Create free account
hub / github.com/plotly/dash / isCurrentUpdateNested

Function isCurrentUpdateNested

dash/deps/react-dom@18.3.1.js:17653–17655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17651 var nestedUpdateScheduled = false;
17652
17653 function isCurrentUpdateNested() {
17654 return currentUpdateIsNested;
17655 }
17656
17657 function markNestedUpdateScheduled() {
17658 {

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…