(e3)
| 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 | } |
no outgoing calls
no test coverage detected