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

Method getSelectionPosition

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

Source from the content-addressed store, hash-verified

6082 this._verifyIntegers(e3, t3, i2), this._core.select(e3, t3, i2);
6083 }
6084 getSelection() {
6085 return this._core.getSelection();
6086 }
6087 getSelectionPosition() {
6088 return this._core.getSelectionPosition();
6089 }

Callers

nothing calls this directly

Calls 1

getSelectionPositionMethod · 0.45

Tested by

no test coverage detected