Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ clear
Method
clear
src/server/web/public/terminal.js:6114–6116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6112
this._core.scrollToBottom();
6113
}
6114
scrollToLine(e3) {
6115
this._verifyIntegers(e3), this._core.scrollToLine(e3);
6116
}
6117
clear() {
6118
this._core.clear();
6119
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected