MCPcopy
hub / github.com/facebook/react / markRenderStopped

Function markRenderStopped

packages/react-reconciler/src/ReactFiberDevToolsHook.js:453–462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

451}
452
453export function markRenderStopped(): void {
454 if (enableSchedulingProfiler) {
455 if (
456 injectedProfilingHooks !== null &&
457 typeof injectedProfilingHooks.markRenderStopped === 'function'
458 ) {
459 injectedProfilingHooks.markRenderStopped();
460 }
461 }
462}
463
464export function markRenderScheduled(lane: Lane): void {
465 if (enableSchedulingProfiler) {

Callers 2

renderRootSyncFunction · 0.90
renderRootConcurrentFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected