Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ clearLineToRight
Function
clearLineToRight
web-src/tests/unit/terminal_test_utils.js:39–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
37
}
38
39
export
function
clearLineToRight() {
40
return
clearLine(
''
);
41
}
42
43
export
function
clearLineToLeft() {
44
return
clearLine(
'1'
);
Callers
1
terminal_model_test.js
File · 0.90
Calls
1
clearLine
Function · 0.85
Tested by
no test coverage detected