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

Method deleteColumn

external/.scrollLibs.js:17264–17267  ·  view source on GitHub ↗
(cue = "")

Source from the content-addressed store, hash-verified

17262 return targetParticle ? targetParticle._deleteAllChildParticlesWithCue(nextCue) : 0
17263 }
17264 deleteColumn(cue = "") {
17265 this.forEach(particle => particle.delete(cue))
17266 return this
17267 }
17268 _getNonMaps() {
17269 const results = this.topDownArray.filter(particle => particle.hasDuplicateCues())
17270 if (this.hasDuplicateCues()) results.unshift(this)

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.95
deleteMethod · 0.45

Tested by

no test coverage detected