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

Method _updateHtml

external/.scrollLibs.js:24599–24604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24597 return reasonForUpdatingOrNot
24598 }
24599 _updateHtml() {
24600 const stumpParticleToMountOn = this._htmlStumpParticle.parent
24601 const currentIndex = this._htmlStumpParticle.index
24602 this._removeHtml()
24603 this._mountHtml(stumpParticleToMountOn, this._toLoadedOrLoadingStumpCode(), currentIndex)
24604 }
24605 unmountAndDestroy() {
24606 this.unmount()
24607 return this.destroy()

Callers 1

Calls 3

_removeHtmlMethod · 0.95
_mountHtmlMethod · 0.95

Tested by

no test coverage detected