MCPcopy
hub / github.com/plotly/dash / pushSuspenseContext

Function pushSuspenseContext

dash/deps/react-dom@18.2.0.js:15997–15999  ·  view source on GitHub ↗
(fiber, newContext)

Source from the content-addressed store, hash-verified

15995 return parentContext | subtreeContext;
15996 }
15997 function pushSuspenseContext(fiber, newContext) {
15998 push(suspenseStackCursor, newContext, fiber);
15999 }
16000 function popSuspenseContext(fiber) {
16001 pop(suspenseStackCursor, fiber);
16002 }

Callers 4

updateSuspenseComponentFunction · 0.70
completeWorkFunction · 0.70

Calls 1

pushFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…