MCPcopy Index your code
hub / github.com/caseywebdev/react-list / markUpdate

Function markUpdate

docs/index.js:13096–13098  ·  view source on GitHub ↗
(workInProgress)

Source from the content-addressed store, hash-verified

13094 return mode;
13095}
13096function markUpdate(workInProgress) {
13097 workInProgress.flags |= 4;
13098}
13099function preloadResourceAndSuspendIfNeeded(workInProgress, resource) {
13100 if ("stylesheet" !== resource.type || 0 !== (resource.state.loading & 4))
13101 workInProgress.flags &= -16777217;

Callers 1

completeWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…