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

Method registerDecoration

src/server/web/public/terminal.js:677–679  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

675 return this.buffer.addMarker(this.buffer.ybase + this.buffer.y + e3);
676 }
677 registerDecoration(e3) {
678 return this._decorationService.registerDecoration(e3);
679 }
680 hasSelection() {
681 return !!this._selectionService && this._selectionService.hasSelection;
682 }

Callers 3

registerDecorationMethod · 0.45
_selectResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected