MCPcopy
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
24module.exports = TypedStack;

Callers 15

iterate-stream.jsFile · 0.45
pushAttributeFunction · 0.45
pushAttributesFunction · 0.45
openXmlMethod · 0.45
openNodeMethod · 0.45
writeTextMethod · 0.45
writeXmlMethod · 0.45
closeNodeMethod · 0.45
addRollbackMethod · 0.45
parse-sax.jsFile · 0.45
addTextMethod · 0.45
addStringBufMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36