MCPcopy Create free account
hub / github.com/codeaashu/claude-code / scrollToTop

Method scrollToTop

src/server/web/public/terminal.js:6105–6107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6103 this._verifyIntegers(e3), this._core.scrollLines(e3);
6104 }
6105 scrollPages(e3) {
6106 this._verifyIntegers(e3), this._core.scrollPages(e3);
6107 }
6108 scrollToTop() {
6109 this._core.scrollToTop();
6110 }

Callers

nothing calls this directly

Calls 1

scrollToTopMethod · 0.45

Tested by

no test coverage detected