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

Method hasSelection

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

Source from the content-addressed store, hash-verified

678 return this._decorationService.registerDecoration(e3);
679 }
680 hasSelection() {
681 return !!this._selectionService && this._selectionService.hasSelection;
682 }
683 select(e3, t3, i3) {
684 this._selectionService.setSelection(e3, t3, i3);
685 }

Callers 1

_initGlobalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected