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

Method scrollLines

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

Source from the content-addressed store, hash-verified

6097 this._verifyIntegers(e3, t3), this._core.selectLines(e3, t3);
6098 }
6099 dispose() {
6100 super.dispose();
6101 }
6102 scrollLines(e3) {
6103 this._verifyIntegers(e3), this._core.scrollLines(e3);
6104 }

Callers

nothing calls this directly

Calls 2

_verifyIntegersMethod · 0.95
scrollLinesMethod · 0.45

Tested by

no test coverage detected