MCPcopy
hub / github.com/exceljs/exceljs / commit

Method commit

lib/utils/xml-stream.js:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 commit() {
142 this._rollbacks.pop();
143 }
144
145 rollback() {
146 const r = this._rollbacks.pop();

Callers

nothing calls this directly

Calls 1

popMethod · 0.80

Tested by

no test coverage detected