(cuePath, text)
| 17117 | this.parent._deleteParticle(this) |
| 17118 | } |
| 17119 | set(cuePath, text) { |
| 17120 | return this.touchParticle(cuePath).setContentWithSubparticles(text) |
| 17121 | } |
| 17122 | setFromText(text) { |
| 17123 | if (this.toString() === text) return this |
| 17124 | const tuple = this._textToContentAndSubparticlesTuple(text) |
no test coverage detected