MCPcopy
hub / github.com/codeaashu/claude-code / selectLines

Method selectLines

src/server/web/public/terminal.js:6093–6095  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

6091 this._core.clearSelection();
6092 }
6093 selectAll() {
6094 this._core.selectAll();
6095 }
6096 selectLines(e3, t3) {
6097 this._verifyIntegers(e3, t3), this._core.selectLines(e3, t3);
6098 }

Callers

nothing calls this directly

Calls 2

_verifyIntegersMethod · 0.95
selectLinesMethod · 0.45

Tested by

no test coverage detected