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

Function getCurrentIndentation

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

Source from the content-addressed store, hash-verified

2016 };
2017
2018 var getCurrentIndentation = function () {
2019 return getIndentationForDepth(currentDepth);
2020 };
2021
2022 var getAttributeIndentation = function (tagName) {
2023 return getIndentation(indentSize * currentDepth + tagName.length - 1);

Callers 1

appendCurrentIndentationFunction · 0.85

Calls 1

getIndentationForDepthFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…