MCPcopy
hub / github.com/exceljs/exceljs / pop

Method pop

lib/utils/typed-stack.js:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 }
10
11 pop() {
12 const tos = this._stack.pop();
13 return tos || new this._type();
14 }
15
16 push(instance) {
17 if (!(instance instanceof this._type)) {

Callers 6

closeNodeMethod · 0.80
commitMethod · 0.80
rollbackMethod · 0.80
resetMethod · 0.80
modelMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected