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

Function appendClosingTagOnNewLine

packages/main/test/pages/diffable-html.js:2056–2062  ·  view source on GitHub ↗
(closeWith)

Source from the content-addressed store, hash-verified

2054 };
2055
2056 var appendClosingTagOnNewLine = function (closeWith) {
2057 if ( closeWith === void 0 ) closeWith = '>';
2058
2059 appendLineBreak();
2060 appendIndentation(currentDepth - 1);
2061 append(closeWith);
2062 };
2063
2064 var getAttributeAsString = function (name, value) {
2065 if (value.length === 0) {

Callers 1

appendClosingTagFunction · 0.85

Calls 3

appendLineBreakFunction · 0.85
appendIndentationFunction · 0.85
appendFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…