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

Method appendParticle

external/.scrollLibs.js:17405–17407  ·  view source on GitHub ↗
(particle)

Source from the content-addressed store, hash-verified

17403 return this._touchParticleByString(str)
17404 }
17405 appendParticle(particle) {
17406 return this.appendLineAndSubparticles(particle.getLine(), particle.subparticlesToString())
17407 }
17408 hasLine(line) {
17409 return this.getSubparticles().some(particle => particle.getLine() === line)
17410 }

Callers 4

whereMethod · 0.95
limitMethod · 0.95
selectMethod · 0.80

Calls 3

subparticlesToStringMethod · 0.80
getLineMethod · 0.45

Tested by

no test coverage detected