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

Function popHostContainer

code/third-party/public/app.js:11155–11159  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11153 }
11154
11155 function popHostContainer(fiber) {
11156 pop(contextStackCursor, fiber);
11157 pop(contextFiberStackCursor, fiber);
11158 pop(rootInstanceStackCursor, fiber);
11159 }
11160
11161 function getHostContext() {
11162 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