MCPcopy Create free account
hub / github.com/plotly/dash / popTopLevelContextObject

Function popTopLevelContextObject

dash/deps/react-dom@18.2.0.js:11870–11875  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

11868 }
11869
11870 function popTopLevelContextObject(fiber) {
11871 {
11872 pop(didPerformWorkStackCursor, fiber);
11873 pop(contextStackCursor, fiber);
11874 }
11875 }
11876
11877 function pushTopLevelContextObject(fiber, context, didChange) {
11878 {

Callers 3

completeWorkFunction · 0.70
unwindWorkFunction · 0.70
unwindInterruptedWorkFunction · 0.70

Calls 1

popFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…