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

Method _mountHtml

external/.scrollLibs.js:24721–24724  ·  view source on GitHub ↗
(stumpParticleToMountOn, htmlCode, index)

Source from the content-addressed store, hash-verified

24719 delete this._cssStumpParticle
24720 }
24721 _mountHtml(stumpParticleToMountOn, htmlCode, index) {
24722 this._htmlStumpParticle = stumpParticleToMountOn.insertChildParticle(htmlCode, index)
24723 this._htmlStumpParticle.setStumpParticleParticleComponent(this)
24724 }
24725 renderAndGetRenderReport(stumpParticle, index) {
24726 const isUpdateOp = this.isMounted()
24727 let particleComponentUpdateReport = {

Callers 2

_updateHtmlMethod · 0.95
_mountMethod · 0.95

Calls 2

insertChildParticleMethod · 0.80

Tested by

no test coverage detected