(e3, t3)
| 5292 | return this._line.isWrapped; |
| 5293 | } |
| 5294 | get length() { |
| 5295 | return this._line.length; |
| 5296 | } |
| 5297 | getCell(e3, t3) { |
| 5298 | if (!(e3 < 0 || e3 >= this._line.length)) return t3 ? (this._line.loadCell(e3, t3), t3) : this._line.loadCell(e3, new s2.CellData()); |
| 5299 | } |
no test coverage detected