MCPcopy Create free account
hub / github.com/reactjs/react-rails / popContext

Function popContext

lib/assets/react-source/development/react.js:14462–14467  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

14460 }
14461
14462 function popContext(fiber) {
14463 {
14464 pop(didPerformWorkStackCursor, fiber);
14465 pop(contextStackCursor, fiber);
14466 }
14467 }
14468
14469 function popTopLevelContextObject(fiber) {
14470 {

Callers 3

completeWorkFunction · 0.85
unwindWorkFunction · 0.85
unwindInterruptedWorkFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected