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

Function popContextProvider

code/controlled-uncontrolled/public/app.js:11684–11691  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11682 }
11683
11684 function popContextProvider(fiber) {
11685 if (!isContextProvider(fiber)) {
11686 return;
11687 }
11688
11689 pop(didPerformWorkStackCursor, fiber);
11690 pop(contextStackCursor, fiber);
11691 }
11692
11693 function popTopLevelContextObject(fiber) {
11694 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected