()
| 16722 | } |
| 16723 | } |
| 16724 | _getCueIndex() { |
| 16725 | // StringMap<int> {cue: index} |
| 16726 | // When there are multiple tails with the same cue, index stores the last content. |
| 16727 | // todo: change the above behavior: when a collision occurs, create an array. |
| 16728 | return this._cueIndex || this._makeCueIndex() |
| 16729 | } |
| 16730 | getContentsArray() { |
| 16731 | return this.map(particle => particle.content) |
| 16732 | } |
no test coverage detected