MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / popTopLevelContextObject

Function popTopLevelContextObject

code/event-handlers/public/app.js:11699–11702  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11697 }
11698
11699 function popTopLevelContextObject(fiber) {
11700 pop(didPerformWorkStackCursor, fiber);
11701 pop(contextStackCursor, fiber);
11702 }
11703
11704 function pushTopLevelContextObject(fiber, context, didChange) {
11705 !(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