Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ scrollLines
Method
scrollLines
src/server/web/public/terminal.js:2597–2599 ·
view source on GitHub ↗
(e3, t3, i3)
Source
from the content-addressed store, hash-verified
2595
this._bufferService.scroll(e3, t3);
2596
}
2597
scrollLines(e3, t3, i3) {
2598
this._bufferService.scrollLines(e3, t3, i3);
2599
}
2600
scrollPages(e3) {
2601
this.scrollLines(e3 * (this.rows - 1));
2602
}
Callers
4
scrollPages
Method · 0.95
scrollToTop
Method · 0.95
scrollToBottom
Method · 0.95
scrollToLine
Method · 0.95
Calls
1
scrollLines
Method · 0.45
Tested by
no test coverage detected