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

Method selectLines

src/server/web/public/terminal.js:700–703  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

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);
703 }
704 _keyDown(e3) {
705 if (this._keyDownHandled = false, this._keyDownSeen = true, this._customKeyEventHandler && false === this._customKeyEventHandler(e3)) return false;
706 const t3 = this.browser.isMac && this.options.macOptionIsMeta && e3.altKey;

Callers

nothing calls this directly

Calls 1

selectLinesMethod · 0.45

Tested by

no test coverage detected