Home / Function/ getFiberState() — react Function Reference

getFiberState() — react Function Reference

Architecture documentation for the getFiberState() function in App.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  095c9a88_1730_b616_9fba_83641cabc05e["getFiberState()"]
  5bd02a98_f81e_d049_4b30_df0a827f81d8["App.js"]
  095c9a88_1730_b616_9fba_83641cabc05e -->|defined in| 5bd02a98_f81e_d049_4b30_df0a827f81d8
  717f296c_5c0e_d70a_b7a0_36f42d94b93a["runCode()"]
  717f296c_5c0e_d70a_b7a0_36f42d94b93a -->|calls| 095c9a88_1730_b616_9fba_83641cabc05e
  4134c966_3571_94e1_409d_53b55e7ce639["describeFibers()"]
  095c9a88_1730_b616_9fba_83641cabc05e -->|calls| 4134c966_3571_94e1_409d_53b55e7ce639
  style 095c9a88_1730_b616_9fba_83641cabc05e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

fixtures/fiber-debugger/src/App.js lines 13–18

function getFiberState(root, workInProgress) {
  if (!root) {
    return null;
  }
  return describeFibers(root.current, workInProgress);
}

Domain

Subdomains

Called By

Frequently Asked Questions

What does getFiberState() do?
getFiberState() is a function in the react codebase, defined in fixtures/fiber-debugger/src/App.js.
Where is getFiberState() defined?
getFiberState() is defined in fixtures/fiber-debugger/src/App.js at line 13.
What does getFiberState() call?
getFiberState() calls 1 function(s): describeFibers.
What calls getFiberState()?
getFiberState() is called by 1 function(s): runCode.

Analyze Your Own Codebase

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

Try Supermodel Free