Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ includes
Function
includes
packages/analytics-core/src/middleware/plugins/engine.js:529–532 ·
view source on GitHub ↗
(arr, name)
Source
from the content-addressed store, hash-verified
527
}
528
529
function
includes(arr, name) {
530
if
(!arr || !isArray(arr))
return
false
531
return
arr.includes(name)
532
}
533
534
/**
535
* Generate arguments to pass to plugin methods
Callers
1
shouldAbort
Function · 0.85
Calls
1
isArray
Function · 0.70
Tested by
no test coverage detected