Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ appendLineBreak
Function
appendLineBreak
packages/main/test/pages/diffable-html.js:2034–2036 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2032
};
2033
2034
var
appendLineBreak =
function
() {
2035
append(
'\n'
);
2036
};
2037
2038
var
appendIndentation =
function
(depth) {
2039
append(getIndentationForDepth(depth));
Callers
3
appendClosingTagOnNewLine
Function · 0.85
appendAttributeOnNewLine
Function · 0.85
format
Function · 0.85
Calls
1
append
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…