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

Function enqueueConcurrentHookUpdate

docs/index.js:5890–5893  ·  view source on GitHub ↗
(fiber, queue, update, lane)

Source from the content-addressed store, hash-verified

5888 null !== fiber && (fiber.lanes |= lane);
5889}
5890function enqueueConcurrentHookUpdate(fiber, queue, update, lane) {
5891 enqueueUpdate$1(fiber, queue, update, lane);
5892 return getRootForUpdatedFiber(fiber);
5893}
5894function enqueueConcurrentRenderForLane(fiber, lane) {
5895 enqueueUpdate$1(fiber, null, null, lane);
5896 return getRootForUpdatedFiber(fiber);

Callers 3

dispatchReducerActionFunction · 0.85
dispatchSetStateInternalFunction · 0.85

Calls 2

enqueueUpdate$1Function · 0.85
getRootForUpdatedFiberFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…