MCPcopy Create free account
hub / github.com/DavidWells/analytics / isArray

Function isArray

packages/analytics-core/src/middleware/plugins/engine.js:525–527  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

523}
524
525function isArray(arr) {
526 return Array.isArray(arr)
527}
528
529function includes(arr, name) {
530 if (!arr || !isArray(arr)) return false

Callers 4

shouldAbortAllFunction · 0.70
includesFunction · 0.70
abortFunctionFunction · 0.70
ensureArrayFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected