MCPcopy Create free account
hub / github.com/breck7/scroll / indentation

Method indentation

external/.scrollLibs.js:15323–15327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15321 return this._getIndentLevel(relativeTo)
15322 }
15323 get indentation() {
15324 const indentLevel = this._getIndentLevel() - 1
15325 if (indentLevel < 0) return ""
15326 return this.edgeSymbol.repeat(indentLevel)
15327 }
15328 _getTopDownArray(arr) {
15329 this.forEach(subparticle => {
15330 arr.push(subparticle)

Callers

nothing calls this directly

Calls 1

_getIndentLevelMethod · 0.95

Tested by

no test coverage detected