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

Function isArray

dash/deps/react@18.2.0.js:431–433  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

429 var isArrayImpl = Array.isArray; // eslint-disable-next-line no-redeclare
430
431 function isArray(a) {
432 return isArrayImpl(a);
433 }
434
435 /*
436 * The `'' + value` pattern (used in in perf-sensitive code) throws for Symbol

Callers 4

checkClassInstanceFunction · 0.70
mapIntoArrayFunction · 0.70
validateChildKeysFunction · 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…