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

Method _subparticlesToString

external/.scrollLibs.js:16037–16039  ·  view source on GitHub ↗
(indentCount, language = this)

Source from the content-addressed store, hash-verified

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 }
16040 subparticlesToString(indentCount = 0) {
16041 return this._subparticlesToString(indentCount)
16042 }

Callers 4

toStringMethod · 0.95
_toStringWithLineMethod · 0.95
subparticlesToStringMethod · 0.95

Calls 3

mapMethod · 0.95
joinMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected