MCPcopy Index your code
hub / github.com/codeaashu/claude-code / scrollToLine

Method scrollToLine

src/server/web/public/terminal.js:6111–6113  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

6109 this._core.scrollToTop();
6110 }
6111 scrollToBottom() {
6112 this._core.scrollToBottom();
6113 }
6114 scrollToLine(e3) {
6115 this._verifyIntegers(e3), this._core.scrollToLine(e3);
6116 }

Callers

nothing calls this directly

Calls 2

_verifyIntegersMethod · 0.95
scrollToLineMethod · 0.45

Tested by

no test coverage detected