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

Method getTopDownArrayIterator

external/.scrollLibs.js:15339–15344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15337 return arr
15338 }
15339 *getTopDownArrayIterator() {
15340 for (let subparticle of this.getSubparticles()) {
15341 yield subparticle
15342 yield* subparticle.getTopDownArrayIterator()
15343 }
15344 }
15345 particleAtLine(lineNumber) {
15346 let index = 0
15347 for (let particle of this.getTopDownArrayIterator()) {

Callers 12

particleAtLineMethod · 0.95
numberOfLinesMethod · 0.95
_getMaxUnitsOnALineMethod · 0.95
numberOfAtomsMethod · 0.95
getAllErrorsIteratorMethod · 0.95
getMaxLineWidthMethod · 0.95
everyMethod · 0.95
_getLineNumberMethod · 0.80
parserIdIndexMethod · 0.80
_renameIntegerCuesMethod · 0.80
_getCueMapsMethod · 0.80

Calls 1

getSubparticlesMethod · 0.95

Tested by

no test coverage detected