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

Function popHostContainer

code/new-context-api/public/app.js:11283–11287  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11281 }
11282
11283 function popHostContainer(fiber) {
11284 pop(contextStackCursor, fiber);
11285 pop(contextFiberStackCursor, fiber);
11286 pop(rootInstanceStackCursor, fiber);
11287 }
11288
11289 function getHostContext() {
11290 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