Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UI5/webcomponents
/ appendOpeningTag
Function
appendOpeningTag
packages/main/test/pages/diffable-html.js:2046–2048 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
2044
};
2045
2046
var
appendOpeningTag =
function
(name) {
2047
append(
'<'
+ name);
2048
};
2049
2050
var
appendClosingTagOnSameLine =
function
(closeWith) {
2051
if
( closeWith === void 0 ) closeWith =
'>'
;
Callers
1
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…