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

Function popHostContainer

code/communication/public/app.js:11957–11961  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11955 }
11956
11957 function popHostContainer(fiber) {
11958 pop(contextStackCursor, fiber);
11959 pop(contextFiberStackCursor, fiber);
11960 pop(rootInstanceStackCursor, fiber);
11961 }
11962
11963 function getHostContext() {
11964 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