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

Method isBlank

external/.scrollLibs.js:15389–15391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 1

isBlankLineMethod · 0.95

Tested by

no test coverage detected