Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ clearScreenUp
Function
clearScreenUp
web-src/tests/unit/terminal_test_utils.js:59–61 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
export
function
clearScreenUp() {
60
return
escapePrefix +
'1J'
;
61
}
62
63
export
function
clearScreenDown() {
64
return
escapePrefix +
'J'
;
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