Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ writeXml
Method
writeXml
lib/utils/xml-stream.js:93–100 ·
view source on GitHub ↗
(xml)
Source
from the content-addressed store, hash-verified
91
}
92
93
writeXml(xml) {
94
if
(this.open) {
95
this._xml.push(CLOSE_ANGLE);
96
this.open = false;
97
}
98
this.leaf = false;
99
this._xml.push(xml);
100
}
101
102
closeNode() {
103
const
node = this._stack.pop();
Callers
5
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
render
Method · 0.80
Calls
1
push
Method · 0.45
Tested by
no test coverage detected