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

Method insertCssChildParticle

external/.scrollLibs.js:22841–22843  ·  view source on GitHub ↗
(text, index)

Source from the content-addressed store, hash-verified

22839 return this._shadow
22840 }
22841 insertCssChildParticle(text, index) {
22842 return this.insertChildParticle(text, index)
22843 }
22844 insertChildParticle(text, index) {
22845 const singleParticle = new Particle(text).getSubparticles()[0]
22846 const newParticle = this.insertLineAndSubparticles(singleParticle.getLine(), singleParticle.subparticlesToString(), index)

Callers 1

_mountCssMethod · 0.80

Calls 1

insertChildParticleMethod · 0.95

Tested by

no test coverage detected