()
| 2564 | return this._bufferService.rows; |
| 2565 | } |
| 2566 | get buffers() { |
| 2567 | return this._bufferService.buffers; |
| 2568 | } |
| 2569 | get options() { |
| 2570 | return this.optionsService.options; |
| 2571 | } |
nothing calls this directly
no outgoing calls
no test coverage detected