* Clears the internal list of pending actions without sending it to the * associated `stream`. * @returns {Readline} this
()
| 134 | * @returns {Readline} this |
| 135 | */ |
| 136 | rollback() { |
| 137 | this.#todo = []; |
| 138 | return this; |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | module.exports = { |
no outgoing calls
no test coverage detected