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

Function popTopLevelContextObject

code/communication/public/app.js:12404–12407  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12402 }
12403
12404 function popTopLevelContextObject(fiber) {
12405 pop(didPerformWorkStackCursor, fiber);
12406 pop(contextStackCursor, fiber);
12407 }
12408
12409 function pushTopLevelContextObject(fiber, context, didChange) {
12410 !(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