Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
appendLineBreak
Function · 0.70
appendIndentation
Function · 0.70
appendCurrentIndentation
Function · 0.70
appendOpeningTag
Function · 0.70
appendClosingTagOnSameLine
Function · 0.70
appendClosingTagOnNewLine
Function · 0.70
appendAttribute
Function · 0.70
appendAttributeOnNewLine
Function · 0.70
format
Function · 0.70
Calls
1
push
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…