MCPcopy Create free account
hub / github.com/plotly/dash / addSubtreeSuspenseContext

Function addSubtreeSuspenseContext

dash/deps/react-dom@18.3.1.js:15175–15177  ·  view source on GitHub ↗
(parentContext, subtreeContext)

Source from the content-addressed store, hash-verified

15173 return parentContext & SubtreeSuspenseContextMask | shallowContext;
15174 }
15175 function addSubtreeSuspenseContext(parentContext, subtreeContext) {
15176 return parentContext | subtreeContext;
15177 }
15178 function pushSuspenseContext(fiber, newContext) {
15179 push(suspenseStackCursor, newContext, fiber);
15180 }

Callers 1

updateSuspenseComponentFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…