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

Method selectAll

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

Source from the content-addressed store, hash-verified

6088 return this._core.getSelectionPosition();
6089 }
6090 clearSelection() {
6091 this._core.clearSelection();
6092 }
6093 selectAll() {
6094 this._core.selectAll();
6095 }

Callers

nothing calls this directly

Calls 1

selectAllMethod · 0.45

Tested by

no test coverage detected