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

Method _getHtmlJoinByCharacter

external/.scrollLibs.js:16030–16032  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16028 return this.map((plane, planeIndex) => plane.topDownArray.map((line, lineIndex) => line._toHtmlCubeLine(line.getIndentLevel() - 2, lineIndex, planeIndex)).join("")).join("")
16029 }
16030 _getHtmlJoinByCharacter() {
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)

Callers 1

_subparticlesToHtmlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected