()
| 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 | } |
no outgoing calls
no test coverage detected