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

Method subparticlesToString

external/.scrollLibs.js:16040–16042  ·  view source on GitHub ↗
(indentCount = 0)

Source from the content-addressed store, hash-verified

16038 return this.map(particle => particle.toString(indentCount, language)).join(language.particleBreakSymbol)
16039 }
16040 subparticlesToString(indentCount = 0) {
16041 return this._subparticlesToString(indentCount)
16042 }
16043 get murmurHash() {
16044 const str = this.toString()
16045 let h1 = 0xdeadbeef

Callers 15

cloneMethod · 0.95
trimMethod · 0.95
shiftLeftMethod · 0.95
shiftRightMethod · 0.95
extendMethod · 0.80
replaceFnMethod · 0.80
replaceParticleMethod · 0.80
appendParticleMethod · 0.80
pasteTextMethod · 0.80

Calls 1

_subparticlesToStringMethod · 0.95

Tested by

no test coverage detected