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

Function append

packages/main/test/pages/diffable-html.js:2030–2032  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

2028 };
2029
2030 var append = function (content) {
2031 elements.push(content);
2032 };
2033
2034 var appendLineBreak = function () {
2035 append('\n');

Callers 9

appendLineBreakFunction · 0.70
appendIndentationFunction · 0.70
appendCurrentIndentationFunction · 0.70
appendOpeningTagFunction · 0.70
appendAttributeFunction · 0.70
appendAttributeOnNewLineFunction · 0.70
formatFunction · 0.70

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…