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

Method _getLevels

external/.scrollLibs.js:15957–15965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15955 return arr
15956 }
15957 _getLevels() {
15958 const levels = {}
15959 this.topDownArray.forEach(particle => {
15960 const level = particle._getIndentLevel()
15961 if (!levels[level]) levels[level] = []
15962 levels[level].push(particle)
15963 })
15964 return levels
15965 }
15966 _getSubparticlesArray() {
15967 if (!this._subparticles) this._subparticles = []
15968 return this._subparticles

Callers 1

getParentFirstArrayMethod · 0.95

Calls 2

forEachMethod · 0.80
_getIndentLevelMethod · 0.80

Tested by

no test coverage detected