MCPcopy Index your code
hub / github.com/caseywebdev/react-list / popProvider

Function popProvider

docs/index.js:10579–10582  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

10577 context._currentValue = nextValue;
10578}
10579function popProvider(context) {
10580 context._currentValue = valueCursor.current;
10581 pop(valueCursor);
10582}
10583function scheduleContextWorkOnParentPath(parent, renderLanes, propagationRoot) {
10584 for (; null !== parent; ) {
10585 var alternate = parent.alternate;

Callers 3

completeWorkFunction · 0.85
unwindWorkFunction · 0.85
unwindInterruptedWorkFunction · 0.85

Calls 1

popFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…