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

Function popHostContainer

packages/react-reconciler/src/ReactFiberHostContext.js:81–85  ·  view source on GitHub ↗
(fiber: Fiber)

Source from the content-addressed store, hash-verified

79}
80
81function popHostContainer(fiber: Fiber) {
82 pop(contextStackCursor, fiber);
83 pop(contextFiberStackCursor, fiber);
84 pop(rootInstanceStackCursor, fiber);
85}
86
87function getHostContext(): HostContext {
88 const context = requiredContext(contextStackCursor.current);

Callers 3

unwindWorkFunction · 0.90
unwindInterruptedWorkFunction · 0.90
completeWorkFunction · 0.90

Calls 1

popFunction · 0.90

Tested by

no test coverage detected