(e3, t3, i3)
| 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 | } |
| 5300 | translateToString(e3, t3, i3) { |
| 5301 | return this._line.translateToString(e3, t3, i3); |
| 5302 | } |
no outgoing calls
no test coverage detected