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

Method _subparticlesToYaml

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

Source from the content-addressed store, hash-verified

16087---\n${this._subparticlesToYaml(0).join("\n")}`
16088 }
16089 _subparticlesToYaml(indentLevel) {
16090 if (this._isYamlList()) return this._subparticlesToYamlList(indentLevel)
16091 else return this._subparticlesToYamlAssociativeArray(indentLevel)
16092 }
16093 // if your code-to-be-yaml has a list of associative arrays of type N and you don't
16094 // want the type N to print
16095 _collapseYamlLine() {

Callers 3

asYamlMethod · 0.95
_toYamlListElementMethod · 0.95

Calls 3

_isYamlListMethod · 0.95

Tested by

no test coverage detected