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

Function markRef

dash/deps/react-dom@18.2.0.js:19553–19564  ·  view source on GitHub ↗
(current, workInProgress)

Source from the content-addressed store, hash-verified

19551 }
19552
19553 function markRef(current, workInProgress) {
19554 var ref = workInProgress.ref;
19555
19556 if (current === null && ref !== null || current !== null && current.ref !== ref) {
19557 // Schedule a Ref effect
19558 workInProgress.flags |= Ref;
19559
19560 {
19561 workInProgress.flags |= RefStatic;
19562 }
19563 }
19564 }
19565
19566 function updateFunctionComponent(current, workInProgress, Component, nextProps, renderLanes) {
19567 {

Callers 2

finishClassComponentFunction · 0.70
updateHostComponentFunction · 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…