(columns)
| 15836 | ) |
| 15837 | } |
| 15838 | _hasColumns(columns) { |
| 15839 | const atoms = this.atoms |
| 15840 | return columns.every((searchTerm, index) => searchTerm === atoms[index]) |
| 15841 | } |
| 15842 | hasAtom(index, atom) { |
| 15843 | return this.getAtom(index) === atom |
| 15844 | } |
no test coverage detected