()
| 17058 | return this |
| 17059 | } |
| 17060 | deleteSubparticles() { |
| 17061 | return this._clearSubparticles() |
| 17062 | } |
| 17063 | setContent(content) { |
| 17064 | if (content === this.content) return this |
| 17065 | const newArray = [this.cue] |
nothing calls this directly
no test coverage detected