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

Method clearSelection

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

Source from the content-addressed store, hash-verified

6085 return this._core.getSelection();
6086 }
6087 getSelectionPosition() {
6088 return this._core.getSelectionPosition();
6089 }
6090 clearSelection() {
6091 this._core.clearSelection();
6092 }

Callers

nothing calls this directly

Calls 1

clearSelectionMethod · 0.45

Tested by

no test coverage detected