(particle)
| 17186 | candidates.forEach(cand => cand._getParticlesByLineRegex(matches, rgs)) |
| 17187 | } |
| 17188 | concat(particle) { |
| 17189 | if (typeof particle === "string") particle = new Particle(particle) |
| 17190 | return particle.map(particle => this._insertBlock(particle.toString())) |
| 17191 | } |
| 17192 | _deleteByIndexes(indexesToDelete) { |
| 17193 | if (!indexesToDelete.length) return this |
| 17194 | this._clearCueIndex() |
no test coverage detected