()
| 17032 | return this._setSubparticles(subparticles) |
| 17033 | } |
| 17034 | _updateLineModifiedTimeAndTriggerEvent() { |
| 17035 | this._lineModifiedTime = this._getProcessTimeInMilliseconds() |
| 17036 | } |
| 17037 | insertAtom(index, atom) { |
| 17038 | const wi = this.atomBreakSymbol |
| 17039 | const atoms = this._getLine().split(wi) |
no test coverage detected