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

Function popHostContainer

code/one-direction-data-flow/public/app.js:11795–11799  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11793 }
11794
11795 function popHostContainer(fiber) {
11796 pop(contextStackCursor, fiber);
11797 pop(contextFiberStackCursor, fiber);
11798 pop(rootInstanceStackCursor, fiber);
11799 }
11800
11801 function getHostContext() {
11802 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