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

Method _toStringWithLine

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

Source from the content-addressed store, hash-verified

15415 return this._toStringWithLine(indentCount, language)
15416 }
15417 _toStringWithLine(indentCount = 0, language = this) {
15418 return language.edgeSymbol.repeat(indentCount) + this.getLine(language) + (this.length ? language.particleBreakSymbol + this._subparticlesToString(indentCount + 1, language) : "")
15419 }
15420 get asString() {
15421 return this.toString()
15422 }

Callers 2

toStringMethod · 0.95
_makeBlockMethod · 0.95

Calls 2

getLineMethod · 0.95
_subparticlesToStringMethod · 0.95

Tested by

no test coverage detected