()
| 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 | } |
nothing calls this directly
no test coverage detected