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

Method asYaml

external/.scrollLibs.js:16085–16088  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16083 return this.hasDuplicateCues()
16084 }
16085 get asYaml() {
16086 return `%YAML 1.2
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)

Callers

nothing calls this directly

Calls 2

_subparticlesToYamlMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected