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