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

Function markComponentRenderStopped

docs/index.js:19595–19600  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19593 injectedProfilingHooks.markComponentRenderStarted(fiber);
19594 }
19595 function markComponentRenderStopped() {
19596 null !== injectedProfilingHooks &&
19597 "function" ===
19598 typeof injectedProfilingHooks.markComponentRenderStopped &&
19599 injectedProfilingHooks.markComponentRenderStopped();
19600 }
19601 function markRenderStarted(lanes) {
19602 null !== injectedProfilingHooks &&
19603 "function" === typeof injectedProfilingHooks.markRenderStarted &&

Callers 6

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
replayFunctionComponentFunction · 0.85
updateClassComponentFunction · 0.85
beginWorkFunction · 0.85
handleThrowFunction · 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…