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

Function popTopLevelContextObject

code/composition/public/app.js:12507–12510  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12505 }
12506
12507 function popTopLevelContextObject(fiber) {
12508 pop(didPerformWorkStackCursor, fiber);
12509 pop(contextStackCursor, fiber);
12510 }
12511
12512 function pushTopLevelContextObject(fiber, context, didChange) {
12513 !(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