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

Function popHostContext

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

Source from the content-addressed store, hash-verified

4001 push(contextStackCursor, JSCompiler_inline_result));
4002}
4003function popHostContext(fiber) {
4004 contextFiberStackCursor.current === fiber &&
4005 (pop(contextStackCursor), pop(contextFiberStackCursor));
4006 hostTransitionProviderCursor.current === fiber &&
4007 (pop(hostTransitionProviderCursor),
4008 (HostTransitionContext._currentValue = sharedNotPendingObject));
4009}
4010var hasOwnProperty = Object.prototype.hasOwnProperty,
4011 scheduleCallback$3 = Scheduler.unstable_scheduleCallback,
4012 cancelCallback$1 = Scheduler.unstable_cancelCallback,

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…