Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
525
function
isArray(arr) {
526
return
Array.isArray(arr)
527
}
528
529
function
includes(arr, name) {
530
if
(!arr || !isArray(arr))
return
false
Callers
4
shouldAbortAll
Function · 0.70
includes
Function · 0.70
abortFunction
Function · 0.70
ensureArray
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected