(e3, t3)
| 4102 | return 536870912 & this._data[3 * e3 + 2]; |
| 4103 | } |
| 4104 | loadCell(e3, t3) { |
| 4105 | return a = 3 * e3, t3.content = this._data[a + 0], t3.fg = this._data[a + 1], t3.bg = this._data[a + 2], 2097152 & t3.content && (t3.combinedData = this._combined[e3]), 268435456 & t3.bg && (t3.extended = this._extendedAttrs[e3]), t3; |
| 4106 | } |
| 4107 | setCell(e3, t3) { |
| 4108 | 2097152 & t3.content && (this._combined[e3] = t3.combinedData), 268435456 & t3.bg && (this._extendedAttrs[e3] = t3.extended), this._data[3 * e3 + 0] = t3.content, this._data[3 * e3 + 1] = t3.fg, this._data[3 * e3 + 2] = t3.bg; |
| 4109 | } |
no outgoing calls
no test coverage detected