()
| 15387 | return !this.length && !this.getLine() |
| 15388 | } |
| 15389 | get isBlank() { |
| 15390 | return this.isBlankLine() |
| 15391 | } |
| 15392 | hasDuplicateCues() { |
| 15393 | return this.length ? new Set(this.getCues()).size !== this.length : false |
| 15394 | } |
nothing calls this directly
no test coverage detected