MCPcopy Index your code
hub / github.com/electerious/basicScroll / getActiveInstances

Function getActiveInstances

src/scripts/main.js:32–36  ·  view source on GitHub ↗
(instances)

Source from the content-addressed store, hash-verified

30 * @returns {Array} instances - Active instances.
31 */
32const getActiveInstances = function(instances) {
33
34 return instances.filter((instance) => instance != null && instance.isActive())
35
36}
37
38/**
39 * Returns all tracked instances from an array.

Callers 1

loopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected