()
| 16435 | return this._toDelimited(" ", header, atomFn) |
| 16436 | } |
| 16437 | get asSsv() { |
| 16438 | return this.toDelimited(" ") |
| 16439 | } |
| 16440 | get asOutline() { |
| 16441 | return this._toOutline(particle => particle.getLine()) |
| 16442 | } |
nothing calls this directly
no test coverage detected