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

Method hasSelection

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

Source from the content-addressed store, hash-verified

6073 return this._verifyIntegers(e3), this._core.registerMarker(e3);
6074 }
6075 registerDecoration(e3) {
6076 return this._checkProposedApi(), this._verifyPositiveIntegers(e3.x ?? 0, e3.width ?? 0, e3.height ?? 0), this._core.registerDecoration(e3);
6077 }
6078 hasSelection() {
6079 return this._core.hasSelection();
6080 }

Callers

nothing calls this directly

Calls 1

hasSelectionMethod · 0.45

Tested by

no test coverage detected