Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ clearLine
Function
clearLine
web-src/tests/unit/terminal_test_utils.js:51–53 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
49
}
50
51
export
function
clearLine(arg) {
52
return
escapePrefix + arg +
'K'
;
53
}
54
55
export
function
clearScreen() {
56
return
escapePrefix +
'2J'
;
Callers
4
terminal_model_test.js
File · 0.90
clearLineToRight
Function · 0.85
clearLineToLeft
Function · 0.85
clearFullLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected