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

Function popContextProvider

code/styling/public/app.js:12360–12367  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12358 }
12359
12360 function popContextProvider(fiber) {
12361 if (!isContextProvider(fiber)) {
12362 return;
12363 }
12364
12365 pop(didPerformWorkStackCursor, fiber);
12366 pop(contextStackCursor, fiber);
12367 }
12368
12369 function popTopLevelContextObject(fiber) {
12370 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected