MCPcopy
hub / github.com/exceljs/exceljs / addAttributes

Method addAttributes

lib/utils/xml-stream.js:76–81  ·  view source on GitHub ↗
(attrs)

Source from the content-addressed store, hash-verified

74 }
75
76 addAttributes(attrs) {
77 if (!this.open) {
78 throw new Error('Cannot write attributes to node if it is not open');
79 }
80 pushAttributes(this._xml, attrs);
81 }
82
83 writeText(text) {
84 const xml = this._xml;

Callers 4

renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80

Calls 1

pushAttributesFunction · 0.85

Tested by

no test coverage detected