MCPcopy
hub / github.com/exceljs/exceljs / addRollback

Method addRollback

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

Source from the content-addressed store, hash-verified

129 }
130
131 addRollback() {
132 this._rollbacks.push({
133 xml: this._xml.length,
134 stack: this._stack.length,
135 leaf: this.leaf,
136 open: this.open,
137 });
138 return this.cursor;
139 }
140
141 commit() {
142 this._rollbacks.pop();

Callers 6

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
xml-stream.spec.jsFile · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected