MCPcopy 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
529function 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

shouldAbortFunction · 0.85

Calls 1

isArrayFunction · 0.70

Tested by

no test coverage detected