MCPcopy Create free account
hub / github.com/caseywebdev/react-list / popHostContainer

Function popHostContainer

docs/index.js:3990–3994  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3988 push(contextStackCursor, nextRootInstance);
3989}
3990function popHostContainer() {
3991 pop(contextStackCursor);
3992 pop(contextFiberStackCursor);
3993 pop(rootInstanceStackCursor);
3994}
3995function pushHostContext(fiber) {
3996 null !== fiber.memoizedState && push(hostTransitionProviderCursor, fiber);
3997 var context = contextStackCursor.current;

Callers 3

completeWorkFunction · 0.85
unwindWorkFunction · 0.85
unwindInterruptedWorkFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…