MCPcopy Index your code
hub / github.com/caseywebdev/react-list / pushHostContext

Function pushHostContext

docs/index.js:3995–4002  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

3993 pop(rootInstanceStackCursor);
3994}
3995function pushHostContext(fiber) {
3996 null !== fiber.memoizedState && push(hostTransitionProviderCursor, fiber);
3997 var context = contextStackCursor.current;
3998 var JSCompiler_inline_result = getChildHostContextProd(context, fiber.type);
3999 context !== JSCompiler_inline_result &&
4000 (push(contextFiberStackCursor, fiber),
4001 push(contextStackCursor, JSCompiler_inline_result));
4002}
4003function popHostContext(fiber) {
4004 contextFiberStackCursor.current === fiber &&
4005 (pop(contextStackCursor), pop(contextFiberStackCursor));

Callers 2

beginWorkFunction · 0.85

Calls 4

pushFunction · 0.85
getChildHostContextProdFunction · 0.85
requiredContextFunction · 0.85
updatedAncestorInfoDevFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…