(line = "")
| 16535 | return this._line |
| 16536 | } |
| 16537 | _setLine(line = "") { |
| 16538 | this._line = line |
| 16539 | if (this._atoms) delete this._atoms |
| 16540 | return this |
| 16541 | } |
| 16542 | _clearSubparticles() { |
| 16543 | this._deleteByIndexes(Utils.getRange(0, this.length)) |
| 16544 | delete this._subparticles |
no outgoing calls
no test coverage detected