Home / Function/ markCommitStopped() — react Function Reference

markCommitStopped() — react Function Reference

Architecture documentation for the markCommitStopped() function in ReactFiberDevToolsHook.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  e597bec6_6d85_4746_8a24_97e65c708742["markCommitStopped()"]
  1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"]
  e597bec6_6d85_4746_8a24_97e65c708742 -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc
  style e597bec6_6d85_4746_8a24_97e65c708742 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 228–237

export function markCommitStopped(): void {
  if (enableSchedulingProfiler) {
    if (
      injectedProfilingHooks !== null &&
      typeof injectedProfilingHooks.markCommitStopped === 'function'
    ) {
      injectedProfilingHooks.markCommitStopped();
    }
  }
}

Domain

Subdomains

Frequently Asked Questions

What does markCommitStopped() do?
markCommitStopped() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markCommitStopped() defined?
markCommitStopped() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 228.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free