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

Function setIsRendering

docs/external/js/react-dom.development.js:1632–1636  ·  view source on GitHub ↗
(rendering)

Source from the content-addressed store, hash-verified

1630 }
1631 }
1632 function setIsRendering(rendering) {
1633 {
1634 isRendering = rendering;
1635 }
1636 }
1637
1638 // Flow does not allow string concatenation of most non-string types. To work
1639 // around this limitation, we use an opaque type that can only be obtained by

Callers 5

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
finishClassComponentFunction · 0.85
updateContextConsumerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected