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

Method findLine

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

Source from the content-addressed store, hash-verified

17409 return this.getSubparticles().some(particle => particle.getLine() === line)
17410 }
17411 findLine(line) {
17412 return this.getSubparticles().find(particle => particle.getLine() === line)
17413 }
17414 getParticlesByLine(line) {
17415 return this.filter(particle => particle.getLine() === line)
17416 }

Callers 1

appendUniqueLineMethod · 0.95

Calls 3

getSubparticlesMethod · 0.95
findMethod · 0.45
getLineMethod · 0.45

Tested by

no test coverage detected