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

Function entangleTransitionUpdate

docs/index.js:8235–8243  ·  view source on GitHub ↗
(root, queue, lane)

Source from the content-addressed store, hash-verified

8233 queue.pending = update;
8234}
8235function entangleTransitionUpdate(root, queue, lane) {
8236 if (0 !== (lane & 4194176)) {
8237 var queueLanes = queue.lanes;
8238 queueLanes &= root.pendingLanes;
8239 lane |= queueLanes;
8240 queue.lanes = lane;
8241 markRootEntangled(root, lane);
8242 }
8243}
8244var ContextOnlyDispatcher = {
8245 readContext: readContext,
8246 use: use,

Callers 2

dispatchReducerActionFunction · 0.85
dispatchSetStateInternalFunction · 0.85

Calls 1

markRootEntangledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…