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

Method deleteBlanks

external/.scrollLibs.js:17313–17318  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17311 return this.appendLineAndSubparticles(line, subparticles)
17312 }
17313 deleteBlanks() {
17314 this.getSubparticles()
17315 .filter(particle => particle.isBlankLine())
17316 .forEach(particle => particle.destroy())
17317 return this
17318 }
17319 // todo: add "globalReplace" method? Which runs a global regex or string replace on the Particle as a string?
17320 cueSort(cueOrder) {
17321 return this._cueSort(cueOrder)

Callers

nothing calls this directly

Calls 5

getSubparticlesMethod · 0.95
forEachMethod · 0.80
isBlankLineMethod · 0.80
destroyMethod · 0.80
filterMethod · 0.45

Tested by

no test coverage detected