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

Function popHostContainer

code/higher-order-components/public/app.js:11916–11920  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11914 }
11915
11916 function popHostContainer(fiber) {
11917 pop(contextStackCursor, fiber);
11918 pop(contextFiberStackCursor, fiber);
11919 pop(rootInstanceStackCursor, fiber);
11920 }
11921
11922 function getHostContext() {
11923 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