MCPcopy
hub / github.com/exceljs/exceljs / closeAll

Method closeAll

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

Source from the content-addressed store, hash-verified

123 }
124
125 closeAll() {
126 while (this._stack.length) {
127 this.closeNode();
128 }
129 }
130
131 addRollback() {
132 this._rollbacks.push({

Callers 1

xmlMethod · 0.95

Calls 1

closeNodeMethod · 0.95

Tested by

no test coverage detected