MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / popHostContainer

Function popHostContainer

code/composition/public/app.js:12060–12064  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12058 }
12059
12060 function popHostContainer(fiber) {
12061 pop(contextStackCursor, fiber);
12062 pop(contextFiberStackCursor, fiber);
12063 pop(rootInstanceStackCursor, fiber);
12064 }
12065
12066 function getHostContext() {
12067 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