MCPcopy Create free account
hub / github.com/UI5/webcomponents / isXmlDirective

Function isXmlDirective

packages/main/test/pages/diffable-html.js:2123–2125  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

2121 };
2122
2123 var isXmlDirective = function (name) {
2124 return name === '?xml';
2125 };
2126
2127 var isVoidTagName = function (name) {
2128 return voidElements.indexOf(name) !== -1;

Callers 1

formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…