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

Function popContextProvider

code/third-party/public/app.js:11593–11600  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11591 }
11592
11593 function popContextProvider(fiber) {
11594 if (!isContextProvider(fiber)) {
11595 return;
11596 }
11597
11598 pop(didPerformWorkStackCursor, fiber);
11599 pop(contextStackCursor, fiber);
11600 }
11601
11602 function popTopLevelContextObject(fiber) {
11603 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected