Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vercel/hyper
/ clean
Method
clean
bin/yarn-standalone.js:117382–117387 ·
view source on GitHub ↗
(extraLines)
Source
from the content-addressed store, hash-verified
117380
}
117381
117382
clean(extraLines) {
117383
if
(extraLines > 0) {
117384
util.down(this.rl, extraLines);
117385
}
117386
util.clearLine(this.rl, this.height);
117387
}
117388
117389
done() {
117390
this.rl.setPrompt(
''
);
Callers
1
render
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected