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

Function popHostContainer

code/dependency-injection/public/app.js:12015–12019  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12013 }
12014
12015 function popHostContainer(fiber) {
12016 pop(contextStackCursor, fiber);
12017 pop(contextFiberStackCursor, fiber);
12018 pop(rootInstanceStackCursor, fiber);
12019 }
12020
12021 function getHostContext() {
12022 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