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