()
| 16335 | .join("\n") |
| 16336 | } |
| 16337 | get asCsv() { |
| 16338 | return this.toDelimited(",") |
| 16339 | } |
| 16340 | _getTypes(header) { |
| 16341 | const matrix = this._getMatrix(header) |
| 16342 | const types = header.map(i => "int") |
nothing calls this directly
no test coverage detected