MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / popContextProvider

Function popContextProvider

code/new-context-api/public/app.js:11721–11728  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11719 }
11720
11721 function popContextProvider(fiber) {
11722 if (!isContextProvider(fiber)) {
11723 return;
11724 }
11725
11726 pop(didPerformWorkStackCursor, fiber);
11727 pop(contextStackCursor, fiber);
11728 }
11729
11730 function popTopLevelContextObject(fiber) {
11731 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected