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

Method _subparticlesToYamlAssociativeArray

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

Source from the content-addressed store, hash-verified

16114 return subparticles.join("\n")
16115 }
16116 _subparticlesToYamlAssociativeArray(indentLevel) {
16117 return this.map(particle => particle._toYamlAssociativeArrayElement(indentLevel))
16118 }
16119 get asJsonSubset() {
16120 return JSON.stringify(this.toObject(), null, " ")
16121 }

Callers 1

_subparticlesToYamlMethod · 0.95

Calls 2

mapMethod · 0.95

Tested by

no test coverage detected