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

Function hasSuspenseContext

dash/deps/react-dom@18.3.1.js:15166–15168  ·  view source on GitHub ↗
(parentContext, flag)

Source from the content-addressed store, hash-verified

15164 var ForceSuspenseFallback = 2;
15165 var suspenseStackCursor = createCursor(DefaultSuspenseContext);
15166 function hasSuspenseContext(parentContext, flag) {
15167 return (parentContext & flag) !== 0;
15168 }
15169 function setDefaultShallowSuspenseContext(parentContext) {
15170 return parentContext & SubtreeSuspenseContextMask;
15171 }

Callers 3

shouldRemainOnFallbackFunction · 0.70
completeWorkFunction · 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…