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

Function initializeUpdateQueue

docs/index.js:10740–10748  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

10738}
10739var hasForceUpdate = !1;
10740function initializeUpdateQueue(fiber) {
10741 fiber.updateQueue = {
10742 baseState: fiber.memoizedState,
10743 firstBaseUpdate: null,
10744 lastBaseUpdate: null,
10745 shared: { pending: null, lanes: 0, hiddenCallbacks: null },
10746 callbacks: null
10747 };
10748}
10749function cloneUpdateQueue(current, workInProgress) {
10750 current = current.updateQueue;
10751 workInProgress.updateQueue === current &&

Callers 3

updateClassComponentFunction · 0.85
beginWorkFunction · 0.85
createFiberRootFunction · 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…