(atom)
| 17368 | return this |
| 17369 | } |
| 17370 | appendAtom(atom) { |
| 17371 | const atoms = this.atoms |
| 17372 | atoms.push(atom) |
| 17373 | return this.setAtoms(atoms) |
| 17374 | } |
| 17375 | _cueSort(cueOrder, secondarySortFn) { |
| 17376 | const particleAFirst = -1 |
| 17377 | const particleBFirst = 1 |
no test coverage detected