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

Function popContextProvider

code/composition/public/app.js:12498–12505  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

12496 }
12497
12498 function popContextProvider(fiber) {
12499 if (!isContextProvider(fiber)) {
12500 return;
12501 }
12502
12503 pop(didPerformWorkStackCursor, fiber);
12504 pop(contextStackCursor, fiber);
12505 }
12506
12507 function popTopLevelContextObject(fiber) {
12508 pop(didPerformWorkStackCursor, fiber);

Callers

nothing calls this directly

Calls 2

isContextProviderFunction · 0.70
popFunction · 0.70

Tested by

no test coverage detected