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

Function getIndentation

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

Source from the content-addressed store, hash-verified

2008 };
2009
2010 var getIndentation = function (size) {
2011 return ' '.repeat(size);
2012 };
2013
2014 var getIndentationForDepth = function (depth) {
2015 return getIndentation(indentSize * depth);

Callers 2

getIndentationForDepthFunction · 0.85
getAttributeIndentationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…