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

Function isVoidTagName

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

Source from the content-addressed store, hash-verified

2125 };
2126
2127 var isVoidTagName = function (name) {
2128 return voidElements.indexOf(name) !== -1;
2129 };
2130
2131 var extractAttributesFromString = function (content) {
2132 var attributes = {};

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…