()
| 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")}` |
no test coverage detected