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

Method getShadowClass

external/.scrollLibs.js:22880–22882  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }
22883 // todo: should not be here
22884 getStumpParticleParticleComponent() {
22885 return this._particleComponent || this.parent.getStumpParticleParticleComponent()

Callers 1

getShadowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected