(language)
| 15682 | .join(this.particleBreakSymbol) |
| 15683 | } |
| 15684 | getLine(language) { |
| 15685 | if (!this._atoms && !language) return this._getLine() // todo: how does this interact with "language" param? |
| 15686 | return this.atoms.join((language || this).atomBreakSymbol) |
| 15687 | } |
| 15688 | getColumnNames() { |
| 15689 | return this._getUnionNames() |
| 15690 | } |
no test coverage detected