MCPcopy Index your code
hub / github.com/plotly/dash / isArray

Function isArray

dash/deps/react-dom@18.2.0.js:2047–2049  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

2045 var isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare
2046
2047 function isArray(a) {
2048 return isArrayImpl(a);
2049 }
2050
2051 var didWarnValueDefaultValue$1;
2052

Callers 13

checkSelectPropTypesFunction · 0.70
initWrapperState$2Function · 0.70
checkClassInstanceFunction · 0.70
createChildFunction · 0.70
updateSlotFunction · 0.70
updateFromMapFunction · 0.70
reconcileChildFibersFunction · 0.70
checkDepsAreArrayDevFunction · 0.70
copyWithDeleteImplFunction · 0.70
copyWithRenameImplFunction · 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…