()
| 17443 | return this |
| 17444 | } |
| 17445 | getAtomsAsSet() { |
| 17446 | return new Set(this.getAtomsFrom(1)) |
| 17447 | } |
| 17448 | appendAtomIfMissing(atom) { |
| 17449 | if (this.getAtomsAsSet().has(atom)) return this |
| 17450 | return this.appendAtom(atom) |
no test coverage detected