MCPcopy Create free account
hub / github.com/reactjs/react-rails / popHostContainer

Function popHostContainer

lib/assets/react-source/development/react.js:18132–18136  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

18130 }
18131
18132 function popHostContainer(fiber) {
18133 pop(contextStackCursor$1, fiber);
18134 pop(contextFiberStackCursor, fiber);
18135 pop(rootInstanceStackCursor, fiber);
18136 }
18137
18138 function getHostContext() {
18139 var context = requiredContext(contextStackCursor$1.current);

Callers 3

completeWorkFunction · 0.85
unwindWorkFunction · 0.85
unwindInterruptedWorkFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected