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

Method toString

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

Source from the content-addressed store, hash-verified

15411 return this.parent._getRootParticle(relativeTo)
15412 }
15413 toString(indentCount = 0, language = this) {
15414 if (this.isRoot()) return this._subparticlesToString(indentCount, language)
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 }

Callers 15

updateIdsCommandMethod · 0.95
stripImportedFunction · 0.95
asStringMethod · 0.95
_printLinesFromMethod · 0.95
toParticleMethod · 0.95
toComparisonMethod · 0.95
printMethod · 0.95
murmurHashMethod · 0.95
asGridMethod · 0.95
pickMethod · 0.95
copyToMethod · 0.95

Calls 3

isRootMethod · 0.95
_subparticlesToStringMethod · 0.95
_toStringWithLineMethod · 0.95

Tested by 1

stripImportedFunction · 0.76