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

Method _findStumpParticlesByBase

external/.scrollLibs.js:22868–22870  ·  view source on GitHub ↗
(cue)

Source from the content-addressed store, hash-verified

22866 return this._findStumpParticlesByBase(cue)[0]
22867 }
22868 _findStumpParticlesByBase(cue) {
22869 return this.topDownArray.filter(particle => particle.doesExtend("htmlTagParser") && particle.cue === cue)
22870 }
22871 hasLine(line) {
22872 return this.getSubparticles().some(particle => particle.getLine() === line)
22873 }

Callers 1

Calls 2

filterMethod · 0.45
doesExtendMethod · 0.45

Tested by

no test coverage detected