MCPcopy Create free account
hub / github.com/caseywebdev/react-list / enqueueRenderPhaseUpdate

Function enqueueRenderPhaseUpdate

docs/index.js:8226–8234  ·  view source on GitHub ↗
(queue, update)

Source from the content-addressed store, hash-verified

8224 );
8225}
8226function enqueueRenderPhaseUpdate(queue, update) {
8227 didScheduleRenderPhaseUpdateDuringThisPass = didScheduleRenderPhaseUpdate =
8228 !0;
8229 var pending = queue.pending;
8230 null === pending
8231 ? (update.next = update)
8232 : ((update.next = pending.next), (pending.next = update));
8233 queue.pending = update;
8234}
8235function entangleTransitionUpdate(root, queue, lane) {
8236 if (0 !== (lane & 4194176)) {
8237 var queueLanes = queue.lanes;

Callers 2

dispatchReducerActionFunction · 0.85
dispatchSetStateInternalFunction · 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…