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

Function getAttributeIndentation

packages/main/test/pages/diffable-html.js:2022–2024  ·  view source on GitHub ↗
(tagName)

Source from the content-addressed store, hash-verified

2020 };
2021
2022 var getAttributeIndentation = function (tagName) {
2023 return getIndentation(indentSize * currentDepth + tagName.length - 1);
2024 };
2025
2026 var getAttributeIndentationForCurrentTag = function () {
2027 return getAttributeIndentation(currentTag);

Callers 2

appendAttributeOnNewLineFunction · 0.85

Calls 1

getIndentationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…