()
| 6010 | return this._core.cols; |
| 6011 | } |
| 6012 | get buffer() { |
| 6013 | return this._buffer || (this._buffer = this.register(new a.BufferNamespaceApi(this._core))), this._buffer; |
| 6014 | } |
| 6015 | get markers() { |
| 6016 | return this._checkProposedApi(), this._core.markers; |
| 6017 | } |
nothing calls this directly
no test coverage detected