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

Method hasLine

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

Source from the content-addressed store, hash-verified

17406 return this.appendLineAndSubparticles(particle.getLine(), particle.subparticlesToString())
17407 }
17408 hasLine(line) {
17409 return this.getSubparticles().some(particle => particle.getLine() === line)
17410 }
17411 findLine(line) {
17412 return this.getSubparticles().find(particle => particle.getLine() === line)
17413 }

Callers 2

appendUniqueLineMethod · 0.95

Calls 2

getSubparticlesMethod · 0.95
getLineMethod · 0.45

Tested by

no test coverage detected