Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isBlank
Method · 0.95
deleteBlanks
Method · 0.80
Calls
1
getLine
Method · 0.95
Tested by
no test coverage detected