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

Method _isYamlList

external/.scrollLibs.js:16082–16084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16080 return prefix + `${this.cue}:` + (this.content ? " " + this.content : "")
16081 }
16082 _isYamlList() {
16083 return this.hasDuplicateCues()
16084 }
16085 get asYaml() {
16086 return `%YAML 1.2
16087---\n${this._subparticlesToYaml(0).join("\n")}`

Callers 1

_subparticlesToYamlMethod · 0.95

Calls 1

hasDuplicateCuesMethod · 0.95

Tested by

no test coverage detected