()
| 17266 | return this |
| 17267 | } |
| 17268 | _getNonMaps() { |
| 17269 | const results = this.topDownArray.filter(particle => particle.hasDuplicateCues()) |
| 17270 | if (this.hasDuplicateCues()) results.unshift(this) |
| 17271 | return results |
| 17272 | } |
| 17273 | replaceWith(blocks) { |
| 17274 | const split = splitBlocks(blocks, SUBPARTICLE_MEMBRANE, PARTICLE_MEMBRANE).reverse() |
| 17275 | const parent = this.parent |
nothing calls this directly
no test coverage detected