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

Function popContextProvider

code/communication/public/app.js:12395–12402  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12393 }
12394
12395 function popContextProvider(fiber) {
12396 if (!isContextProvider(fiber)) {
12397 return;
12398 }
12399
12400 pop(didPerformWorkStackCursor, fiber);
12401 pop(contextStackCursor, fiber);
12402 }
12403
12404 function popTopLevelContextObject(fiber) {
12405 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected