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

Method selectAll

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

Source from the content-addressed store, hash-verified

694 (_a = this._selectionService) == null ? void 0 : _a.clearSelection();
695 }
696 selectAll() {
697 var _a;
698 (_a = this._selectionService) == null ? void 0 : _a.selectAll();
699 }
700 selectLines(e3, t3) {
701 var _a;
702 (_a = this._selectionService) == null ? void 0 : _a.selectLines(e3, t3);

Callers 1

_keyDownMethod · 0.95

Calls 1

selectAllMethod · 0.45

Tested by

no test coverage detected