MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / popHostContainer

Function popHostContainer

code/controlled-uncontrolled/public/app.js:11246–11250  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11244 }
11245
11246 function popHostContainer(fiber) {
11247 pop(contextStackCursor, fiber);
11248 pop(contextFiberStackCursor, fiber);
11249 pop(rootInstanceStackCursor, fiber);
11250 }
11251
11252 function getHostContext() {
11253 var context = requiredContext(contextStackCursor.current);

Callers 4

completeWorkFunction · 0.70
unwindWorkFunction · 0.70
unwindInterruptedWorkFunction · 0.70
ReactFiberSchedulerFunction · 0.70

Calls 1

popFunction · 0.70

Tested by

no test coverage detected