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

Method _lineToYaml

external/.scrollLibs.js:16077–16081  ·  view source on GitHub ↗
(indentLevel, listTag = "")

Source from the content-addressed store, hash-verified

16075 return this
16076 }
16077 _lineToYaml(indentLevel, listTag = "") {
16078 let prefix = " ".repeat(indentLevel)
16079 if (listTag && indentLevel > 1) prefix = " ".repeat(indentLevel - 2) + listTag + " "
16080 return prefix + `${this.cue}:` + (this.content ? " " + this.content : "")
16081 }
16082 _isYamlList() {
16083 return this.hasDuplicateCues()
16084 }

Callers 2

_toYamlListElementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected