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

Function popContextProvider

code/one-direction-data-flow/public/app.js:12233–12240  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12231 }
12232
12233 function popContextProvider(fiber) {
12234 if (!isContextProvider(fiber)) {
12235 return;
12236 }
12237
12238 pop(didPerformWorkStackCursor, fiber);
12239 pop(contextStackCursor, fiber);
12240 }
12241
12242 function popTopLevelContextObject(fiber) {
12243 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected