()
| 17217 | return this |
| 17218 | } |
| 17219 | invert() { |
| 17220 | this.forEach(particle => particle.atoms.reverse()) |
| 17221 | return this |
| 17222 | } |
| 17223 | _rename(oldCue, newCue) { |
| 17224 | const index = this.indexOf(oldCue) |
| 17225 | if (index === -1) return this |
no test coverage detected