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

Method findStumpParticlesWithClass

external/.scrollLibs.js:22877–22879  ·  view source on GitHub ↗
(className)

Source from the content-addressed store, hash-verified

22875 return this.topDownArray.filter(particle => particle.doesExtend("htmlTagParser") && particle.hasLine(line))
22876 }
22877 findStumpParticlesWithClass(className) {
22878 return this.topDownArray.filter(particle => particle.doesExtend("htmlTagParser") && particle.has("class") && particle.getParticle("class").atoms.includes(className))
22879 }
22880 getShadowClass() {
22881 return this.parent.getShadowClass()
22882 }

Callers

nothing calls this directly

Calls 4

filterMethod · 0.45
doesExtendMethod · 0.45
hasMethod · 0.45
getParticleMethod · 0.45

Tested by

no test coverage detected