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

Method _subparticlesToHtml

external/.scrollLibs.js:16033–16036  ·  view source on GitHub ↗
(indentCount)

Source from the content-addressed store, hash-verified

16031 return `<span class="particleBreakSymbol">${this.particleBreakSymbol}</span>`
16032 }
16033 _subparticlesToHtml(indentCount) {
16034 const joinBy = this._getHtmlJoinByCharacter()
16035 return this.map(particle => particle._toHtml(indentCount)).join(joinBy)
16036 }
16037 _subparticlesToString(indentCount, language = this) {
16038 return this.map(particle => particle.toString(indentCount, language)).join(language.particleBreakSymbol)
16039 }

Callers 2

_toHtmlMethod · 0.95
asHtmlMethod · 0.95

Calls 4

mapMethod · 0.95
joinMethod · 0.45
_toHtmlMethod · 0.45

Tested by

no test coverage detected