popRootMarkerInstance() — react Function Reference
Architecture documentation for the popRootMarkerInstance() function in ReactFiberTracingMarkerComponent.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 2343b46f_12ff_c0a8_2d57_670c055844f4["popRootMarkerInstance()"] 05714c8c_b2f5_ddac_3f79_222b33006713["ReactFiberTracingMarkerComponent.js"] 2343b46f_12ff_c0a8_2d57_670c055844f4 -->|defined in| 05714c8c_b2f5_ddac_3f79_222b33006713 0b8db832_87fd_e560_8aa8_e2b319c81626["completeWork()"] 0b8db832_87fd_e560_8aa8_e2b319c81626 -->|calls| 2343b46f_12ff_c0a8_2d57_670c055844f4 ff527c73_3068_e15f_a742_b0c855fedff9["unwindWork()"] ff527c73_3068_e15f_a742_b0c855fedff9 -->|calls| 2343b46f_12ff_c0a8_2d57_670c055844f4 0858c166_63a6_03b3_cf3f_1f44b4c20708["unwindInterruptedWork()"] 0858c166_63a6_03b3_cf3f_1f44b4c20708 -->|calls| 2343b46f_12ff_c0a8_2d57_670c055844f4 style 2343b46f_12ff_c0a8_2d57_670c055844f4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberTracingMarkerComponent.js lines 242–246
export function popRootMarkerInstance(workInProgress: Fiber) {
if (enableTransitionTracing) {
pop(markerInstanceStack, workInProgress);
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does popRootMarkerInstance() do?
popRootMarkerInstance() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberTracingMarkerComponent.js.
Where is popRootMarkerInstance() defined?
popRootMarkerInstance() is defined in packages/react-reconciler/src/ReactFiberTracingMarkerComponent.js at line 242.
What calls popRootMarkerInstance()?
popRootMarkerInstance() is called by 3 function(s): completeWork, unwindInterruptedWork, unwindWork.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free