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

Function markStateUpdateScheduled

docs/index.js:19611–19615  ·  view source on GitHub ↗
(fiber, lane)

Source from the content-addressed store, hash-verified

19609 injectedProfilingHooks.markRenderStopped();
19610 }
19611 function markStateUpdateScheduled(fiber, lane) {
19612 null !== injectedProfilingHooks &&
19613 "function" === typeof injectedProfilingHooks.markStateUpdateScheduled &&
19614 injectedProfilingHooks.markStateUpdateScheduled(fiber, lane);
19615 }
19616 function clz32Fallback(x) {
19617 x >>>= 0;
19618 return 0 === x ? 32 : (31 - ((log(x) / LN2) | 0)) | 0;

Callers 4

dispatchReducerActionFunction · 0.85
dispatchSetStateFunction · 0.85
index.jsFile · 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…