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

Method _getSubparticlesArray

external/.scrollLibs.js:15966–15969  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15964 return levels
15965 }
15966 _getSubparticlesArray() {
15967 if (!this._subparticles) this._subparticles = []
15968 return this._subparticles
15969 }
15970 getLines() {
15971 return this.map(particle => particle.getLine())
15972 }

Callers 15

getSubparticlesMethod · 0.95
lengthMethod · 0.95
_particleAtMethod · 0.95
_getParticleByPathMethod · 0.95
_insertLinesMethod · 0.95
indexOfMethod · 0.95
_makeCueIndexMethod · 0.95
_deleteByIndexesMethod · 0.95
reverseMethod · 0.95
shiftMethod · 0.95
sortMethod · 0.95
_renameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected