(e3)
| 4099 | return 2097152 & t3 ? this._combined[e3] : 2097151 & t3 ? (0, o.stringFromCodePoint)(2097151 & t3) : ""; |
| 4100 | } |
| 4101 | isProtected(e3) { |
| 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 | } |
no outgoing calls
no test coverage detected