MCPcopy Index your code
hub / github.com/microsoft/SandDance / isContextProvider

Function isContextProvider

docs/external/js/react-dom.development.js:10883–10888  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

10881 }
10882
10883 function isContextProvider(type) {
10884 {
10885 var childContextTypes = type.childContextTypes;
10886 return childContextTypes !== null && childContextTypes !== undefined;
10887 }
10888 }
10889
10890 function popContext(fiber) {
10891 {

Callers 9

getUnmaskedContextFunction · 0.85
updateClassComponentFunction · 0.85
beginWorkFunction · 0.85
completeWorkFunction · 0.85
unwindWorkFunction · 0.85
getContextForSubtreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected