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

Method select

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

Source from the content-addressed store, hash-verified

6076 return this._checkProposedApi(), this._verifyPositiveIntegers(e3.x ?? 0, e3.width ?? 0, e3.height ?? 0), this._core.registerDecoration(e3);
6077 }
6078 hasSelection() {
6079 return this._core.hasSelection();
6080 }
6081 select(e3, t3, i2) {
6082 this._verifyIntegers(e3, t3, i2), this._core.select(e3, t3, i2);
6083 }

Callers

nothing calls this directly

Calls 2

_verifyIntegersMethod · 0.95
selectMethod · 0.45

Tested by

no test coverage detected