MCPcopy Create free account
hub / github.com/breck7/scroll / getParticlesByLine

Method getParticlesByLine

external/.scrollLibs.js:17414–17416  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

17412 return this.getSubparticles().find(particle => particle.getLine() === line)
17413 }
17414 getParticlesByLine(line) {
17415 return this.filter(particle => particle.getLine() === line)
17416 }
17417 toggleLine(line) {
17418 const lines = this.getParticlesByLine(line)
17419 if (lines.length) {

Callers 1

toggleLineMethod · 0.95

Calls 2

filterMethod · 0.95
getLineMethod · 0.45

Tested by

no test coverage detected