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

Function reuseHiddenContextOnStack

docs/index.js:6953–6956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6951 entangledRenderLanes = fiber | context.baseLanes;
6952}
6953function reuseHiddenContextOnStack() {
6954 push(prevEntangledRenderLanesCursor, entangledRenderLanes);
6955 push(currentTreeHiddenStackCursor, currentTreeHiddenStackCursor.current);
6956}
6957function popHiddenContext() {
6958 entangledRenderLanes = prevEntangledRenderLanesCursor.current;
6959 pop(currentTreeHiddenStackCursor);

Callers 2

updateOffscreenComponentFunction · 0.85

Calls 1

pushFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…