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

Method _toYamlAssociativeArrayElement

external/.scrollLibs.js:16111–16115  ·  view source on GitHub ↗
(indentLevel)

Source from the content-addressed store, hash-verified

16109 return this.map(particle => particle._toYamlListElement(indentLevel + 2))
16110 }
16111 _toYamlAssociativeArrayElement(indentLevel) {
16112 const subparticles = this._subparticlesToYaml(indentLevel + 1)
16113 subparticles.unshift(this._lineToYaml(indentLevel))
16114 return subparticles.join("\n")
16115 }
16116 _subparticlesToYamlAssociativeArray(indentLevel) {
16117 return this.map(particle => particle._toYamlAssociativeArrayElement(indentLevel))
16118 }

Calls 3

_subparticlesToYamlMethod · 0.95
_lineToYamlMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected