Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
124031
const
serializeXML = (node)=>_serialize(markup(), node) +
""
;
124032
function
_serialize(m, node) {
124033
m.open(node.tagName);
124034
if
(node.hasAttributes()) {
Callers
1
svg
Function · 0.70
Calls
2
_serialize
Function · 0.70
markup
Function · 0.70
Tested by
no test coverage detected