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

Function popContextProvider

code/higher-order-components/public/app.js:12354–12361  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12352 }
12353
12354 function popContextProvider(fiber) {
12355 if (!isContextProvider(fiber)) {
12356 return;
12357 }
12358
12359 pop(didPerformWorkStackCursor, fiber);
12360 pop(contextStackCursor, fiber);
12361 }
12362
12363 function popTopLevelContextObject(fiber) {
12364 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected