MCPcopy Index your code
hub / github.com/react/react / getEntangledRenderLanes

Function getEntangledRenderLanes

packages/react-reconciler/src/ReactFiberWorkLoop.js:1884–1886  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1882}
1883
1884export function getEntangledRenderLanes(): Lanes {
1885 return entangledRenderLanes;
1886}
1887
1888function resetWorkInProgressStack() {
1889 if (workInProgress === null) return;

Callers 2

pushHiddenContextFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected