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

Function appendAttributeOnNewLine

packages/main/test/pages/diffable-html.js:2082–2086  ·  view source on GitHub ↗
(name, value, tagName)

Source from the content-addressed store, hash-verified

2080 };
2081
2082 var appendAttributeOnNewLine = function (name, value, tagName) {
2083 appendLineBreak();
2084 append(getAttributeIndentation(tagName));
2085 appendAttribute(name, value);
2086 };
2087
2088 var appendAttributes = function (attributes, tagName) {
2089 var names = Object.keys(attributes);

Callers 1

appendAttributesFunction · 0.85

Calls 4

appendLineBreakFunction · 0.85
getAttributeIndentationFunction · 0.85
appendAttributeFunction · 0.85
appendFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…