MCPcopy
hub / github.com/plotly/dash / markComponentRenderStarted

Function markComponentRenderStarted

dash/deps/react-dom@18.2.0.js:4990–4996  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

4988 }
4989 }
4990 function markComponentRenderStarted(fiber) {
4991 {
4992 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentRenderStarted === 'function') {
4993 injectedProfilingHooks.markComponentRenderStarted(fiber);
4994 }
4995 }
4996 }
4997 function markComponentRenderStopped() {
4998 {
4999 if (injectedProfilingHooks !== null && typeof injectedProfilingHooks.markComponentRenderStopped === 'function') {

Callers 5

updateForwardRefFunction · 0.70
updateFunctionComponentFunction · 0.70
finishClassComponentFunction · 0.70
updateContextConsumerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…