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

Method isBlankLine

external/.scrollLibs.js:15386–15388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15384 return lineNumber
15385 }
15386 isBlankLine() {
15387 return !this.length && !this.getLine()
15388 }
15389 get isBlank() {
15390 return this.isBlankLine()
15391 }

Callers 2

isBlankMethod · 0.95
deleteBlanksMethod · 0.80

Calls 1

getLineMethod · 0.95

Tested by

no test coverage detected