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

Function appendClosingTagOnSameLine

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

Source from the content-addressed store, hash-verified

2048 };
2049
2050 var appendClosingTagOnSameLine = function (closeWith) {
2051 if ( closeWith === void 0 ) closeWith = '>';
2052
2053 append(closeWith);
2054 };
2055
2056 var appendClosingTagOnNewLine = function (closeWith) {
2057 if ( closeWith === void 0 ) closeWith = '>';

Callers 1

appendClosingTagFunction · 0.85

Calls 1

appendFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…