Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
closeNode
Method · 0.80
commit
Method · 0.80
rollback
Method · 0.80
reset
Method · 0.80
model
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected