Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electerious/basicScroll
/ getTrackedInstances
Function
getTrackedInstances
src/scripts/main.js:43–47 ·
view source on GitHub ↗
(instances)
Source
from the content-addressed store, hash-verified
41
* @returns {Array} instances - Tracked instances.
42
*/
43
const
getTrackedInstances =
function
(instances) {
44
45
return
instances.filter((instance) => instance != null && instance.getData().track)
46
47
}
48
49
50
/**
Callers
1
main.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected