Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npkgz/cli-progress
/ clearRight
Method
clearRight
lib/terminal.js:89–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
87
88
// clear to the right from cursor
89
clearRight(){
90
if
(!this.stream.isTTY){
91
return
;
92
}
93
94
_readline.clearLine(this.stream, 1);
95
}
96
97
// clear the full line
98
clearLine(){
Callers
1
render
Method · 0.80
Calls
1
clearLine
Method · 0.80
Tested by
no test coverage detected