()
| 16771 | return this._toObject() |
| 16772 | } |
| 16773 | getCues() { |
| 16774 | return this.map(particle => particle.cue) |
| 16775 | } |
| 16776 | _makeCueIndex(startAt = 0) { |
| 16777 | if (!this._cueIndex || !startAt) this._cueIndex = {} |
| 16778 | const particles = this._getSubparticlesArray() |
no test coverage detected