Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ push
Method
push
lib/utils/typed-stack.js:16–21 ·
view source on GitHub ↗
(instance)
Source
from the content-addressed store, hash-verified
14
}
15
16
push(instance) {
17
if
(!(instance instanceof this._type)) {
18
throw
new
Error(
'Invalid type pushed to TypedStack'
);
19
}
20
this._stack.push(instance);
21
}
22
}
23
24
module.exports = TypedStack;
Callers
15
iterate-stream.js
File · 0.45
pushAttribute
Function · 0.45
pushAttributes
Function · 0.45
openXml
Method · 0.45
openNode
Method · 0.45
writeText
Method · 0.45
writeXml
Method · 0.45
closeNode
Method · 0.45
addRollback
Method · 0.45
parse-sax.js
File · 0.45
addText
Method · 0.45
addStringBuf
Method · 0.45
Calls
no outgoing calls
Tested by
1
test
Function · 0.36