MCPcopy Create free account
hub / github.com/nodejs/node / rollback

Method rollback

lib/internal/readline/promises.js:136–139  ·  view source on GitHub ↗

* Clears the internal list of pending actions without sending it to the * associated `stream`. * @returns {Readline} this

()

Source from the content-addressed store, hash-verified

134 * @returns {Readline} this
135 */
136 rollback() {
137 this.#todo = [];
138 return this;
139 }
140}
141
142module.exports = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected