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

Function dispatchSetState

docs/index.js:8153–8156  ·  view source on GitHub ↗
(fiber, queue, action)

Source from the content-addressed store, hash-verified

8151 entangleTransitionUpdate(action, queue, lane)));
8152}
8153function dispatchSetState(fiber, queue, action) {
8154 var lane = requestUpdateLane();
8155 dispatchSetStateInternal(fiber, queue, action, lane);
8156}
8157function dispatchSetStateInternal(fiber, queue, action, lane) {
8158 var update = {
8159 lane: lane,

Callers

nothing calls this directly

Calls 3

requestUpdateLaneFunction · 0.85
dispatchSetStateInternalFunction · 0.85
markStateUpdateScheduledFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…