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

Function isContextProvider

dash/deps/react-dom@18.3.1.js:11856–11861  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

11854 }
11855
11856 function isContextProvider(type) {
11857 {
11858 var childContextTypes = type.childContextTypes;
11859 return childContextTypes !== null && childContextTypes !== undefined;
11860 }
11861 }
11862
11863 function popContext(fiber) {
11864 {

Callers 9

getUnmaskedContextFunction · 0.70
updateClassComponentFunction · 0.70
completeWorkFunction · 0.70
unwindWorkFunction · 0.70
getContextForSubtreeFunction · 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…