MCPcopy
hub / github.com/VincentGarreau/particles.js / isInArray

Function isInArray

particles.js:1468–1470  ·  view source on GitHub ↗
(value, array)

Source from the content-addressed store, hash-verified

1466};
1467
1468function isInArray(value, array) {
1469 return array.indexOf(value) > -1;
1470}
1471
1472
1473/* ---------- particles.js functions - start ------------ */

Callers 1

pJSFunction · 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…