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

Method getSelection

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

Source from the content-addressed store, hash-verified

6079 return this._core.hasSelection();
6080 }
6081 select(e3, t3, i2) {
6082 this._verifyIntegers(e3, t3, i2), this._core.select(e3, t3, i2);
6083 }
6084 getSelection() {
6085 return this._core.getSelection();
6086 }

Callers

nothing calls this directly

Calls 1

getSelectionMethod · 0.45

Tested by

no test coverage detected