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

Function reuseSuspenseHandlerOnStack

docs/index.js:6987–6990  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6985 } else reuseSuspenseHandlerOnStack(fiber);
6986}
6987function reuseSuspenseHandlerOnStack() {
6988 push(suspenseStackCursor, suspenseStackCursor.current);
6989 push(suspenseHandlerStackCursor, suspenseHandlerStackCursor.current);
6990}
6991function popSuspenseHandler(fiber) {
6992 pop(suspenseHandlerStackCursor);
6993 shellBoundary === fiber && (shellBoundary = null);

Callers 3

updateOffscreenComponentFunction · 0.85
updateSuspenseComponentFunction · 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…