MCPcopy Index your code
hub / github.com/microsoft/SandDance / serializeXML

Function serializeXML

docs/app/js/sanddance-app.js:124031–124031  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

124029 return m;
124030}
124031const serializeXML = (node)=>_serialize(markup(), node) + "";
124032function _serialize(m, node) {
124033 m.open(node.tagName);
124034 if (node.hasAttributes()) {

Callers 1

svgFunction · 0.70

Calls 2

_serializeFunction · 0.70
markupFunction · 0.70

Tested by

no test coverage detected