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

Function popTopLevelContextObject

code/third-party/public/app.js:11602–11605  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11600 }
11601
11602 function popTopLevelContextObject(fiber) {
11603 pop(didPerformWorkStackCursor, fiber);
11604 pop(contextStackCursor, fiber);
11605 }
11606
11607 function pushTopLevelContextObject(fiber, context, didChange) {
11608 !(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