MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / popTopLevelContextObject

Function popTopLevelContextObject

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

Source from the content-addressed store, hash-verified

11728 }
11729
11730 function popTopLevelContextObject(fiber) {
11731 pop(didPerformWorkStackCursor, fiber);
11732 pop(contextStackCursor, fiber);
11733 }
11734
11735 function pushTopLevelContextObject(fiber, context, didChange) {
11736 !(contextStackCursor.cursor == null) ? invariant(false, 'Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.') : void 0;

Callers

nothing calls this directly

Calls 1

popFunction · 0.70

Tested by

no test coverage detected