(e3, t3)
| 6124 | this._core.write(e3), this._core.write("\r\n", t3); |
| 6125 | } |
| 6126 | paste(e3) { |
| 6127 | this._core.paste(e3); |
| 6128 | } |
| 6129 | refresh(e3, t3) { |
| 6130 | this._verifyIntegers(e3, t3), this._core.refresh(e3, t3); |
| 6131 | } |
nothing calls this directly
no test coverage detected